Adding a password to a SQL Server 2005 database
0
Q:
Adding a password to a SQL Server 2005 database
We are moving our Microsoft Access database to SQL Server 2005, and the Access database has password protection. How can you add a password to a database in SQL Server 2005?
ASKED: Jan 12 2009  4:32 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
46735 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Here is a good article.. You will have to register to read it, but registration is free.

-------

Each login which is setup within the SQL Server has its own password. The login is what allows the user to see the databases. Logins are mapped to users within the database and rights within the database are granted to the users.

You can't set a database specific password on the database like you can with Access.

This blog post covers the differences between Users and Logins.
Last Answered: Jan 13 2009  1:10 AM GMT by Mrdenny   46735 pts.
Latest Contributors: Technochic   40210 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

KevinBeaver   7610 pts.  |   Jan 14 2009  9:11PM GMT

Sure…it just depends on how your users need to access the system. You can setup standard SQL Server accounts or use Windows authentication. Are you working with a developer or DBA to set this up?

 
0