sp_MShasdbaccess (Transact-SQL)

Applies to: SQL Server

Lists the name and owner of all the databases to which the user has access.

Transact-SQL syntax conventions

Syntax

  
sp_MShasdbaccess      

Return Code Values

0 (success) or 1 (failure)

Permissions

Execute permission is granted to the public role.

See Also

sys.sysdatabases (Transact-SQL)