sp_MShasdbaccess (Transact-SQL)

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

Topic link iconTransact-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

Reference

sys.sysdatabases (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance