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.
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>; |
 |
|
|
|
|