On SQL Server every login has access to master..sysdatabases. Basically, if
you are able to connect to SQL Sever you will be able to see sysdatabases.
Note that this could change if the VIEW ANY DATABASE permission (available
only in SQL Server 2005) have been denied or revoked to a specific user.
Hope this helps,
Ben Nevarez
"William Johnston" wrote:
>
> Hi,
>
> Which login credentials should I use to connect to master..sysdatabases database using VS 2005?
>
> Thanks,
> William Johnston
>
>
>> Stay informed about: How to connect to master..sysdatbases using VS 2005?