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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-05-04 : 08:53:07
|
Yukon writes "I work for a company that offers web hosting services. We are interested in showing for each SQL Server login only the databases for which he/she has access and hide the rest of them in Enterprise Manager. Is there a way to hide the databases for which a login doesn't have permissions to access? Win2K SP4 / SQL Server 2K SP4." |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2006-05-04 : 09:04:39
|
check the permission of the public role in master,i did try to restrict it once and in one case produced a scenario exactly what you are describing--------------------keeping it simple... |
 |
|
TimS
Posting Yak Master
198 Posts |
|
|
|
|