Microsoft
Software
Hardware
Network
Question : can i make an sql server login see only a few specified databases in an instance?
How can i modify an sql server login in ssms so that it when the user logs in they see only the databases that i specify and not others and also be able to have full control of those databases they they have access to.
Am setting a VPN with a supplier and i don't want them to view all the databases in our server...but only teh db's that concern them....and they should be able to manipulate them as they seem fit.
Answer : can i make an sql server login see only a few specified databases in an instance?
Ah I am guessing it says the same as this:
http://www.sql-server-perf
ormance.co
m/faq/
unau
thorised_u
ser_ssms_p
1.aspx
Try:
USE master
DENY VIEW ANY DATABASE TO userA
Found on
http://www.sqlmonster.com/
Uwe/Forum.
aspx/sql-s
erver-secu
rity/
3299/
How-to-hid
e-unauthor
ized-datab
ases-with-
SQL-2005
Random Solutions
Can't print to Dymo Labelwriter 400 turbo after adding labelwriter 450 turbo drivers on windows 2003 terminal server
VB script to uninstall with admin rights.
How deploy a website shortcut to 200 users desktop
The marquee progressbar hangs as the next line of the code executes
PHP - session variables lost between subfolders
A Perl Script to get windows server information
How to configure email for authenticated users + some domains
Inserting data into a varbinary(max) field
Install issue putting windows 7 on Acer Revo r1600
In vb.net 2008 I need to evluate two columns in ms access to determine if a duplicate field exists