March 10, 2009 at 8:50 am
Hi All,
Can we restrict windows authentication login to only selected databases..? Is it possible..?
Thanks.
March 10, 2009 at 9:03 am
Sure. Any login, windows or SQL will only have access to the databases it's granted access to. If you don't grant access to a database the person using the login won't be able to access it.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 10, 2009 at 9:11 am
Can you pls explain it in details...
I usualy assign database rights to SQL login...
How can I do the same with windows..?
March 10, 2009 at 9:19 am
swmsan (3/10/2009)
How can I do the same with windows..?
Exactly the same way you do with a SQL login.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply