Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 database folders missing

Author  Topic 

lappin
Posting Yak Master

182 Posts

Posted - 2011-04-13 : 05:24:48
A user with data reader and data writer permissions to a database can run queries from the query pane on the database, but she cannot see the database folder in the list of databases. Does any one know what is wrong?

lappin
Posting Yak Master

182 Posts

Posted - 2011-04-13 : 05:38:07
found fix:
GRANT VIEW ANY DATABASE TO <login>;
Go to Top of Page
   

- Advertisement -