I think I may already have done the first part. I created the database in VS 2008. When I open the datbase in Server Management Studio I can see the login details
Server Type: Database Engine
Server Name: CAVIARIS
Authentification: Windows Authentification
User Name: CAVIARIS\Administrator
No password.
how do you you map the login to a user in a database and give them rights?
Thanks
Main Topics
Browse All Topics





by: dtoddPosted on 2009-05-09 at 11:31:03ID: 24345072
Hi,
Yes you have to do something in SQL Server Management Studio.
You need to create a SQL Login. The SQL Login can use SQL Authentication or Windows Authentication, and in the last case be a Domain User or Domain Group.
The login then needs to be mapped to a user in a database, and given rights to that database. If you use a Domain group, this is a once per new server per new database - then might need some maintenance/adjustment etc.
HTH
David