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 |
little83
Starting Member
3 Posts |
Posted - 2009-03-13 : 07:13:25
|
Dear all I am trying to create database on the sql server and this database is protected by password, so that the user who has the password has access to that database...not morehow to make that..any ideas? |
|
heavymind
Posting Yak Master
115 Posts |
Posted - 2009-03-13 : 07:45:02
|
sql server permissions schema supports logins/users/database roles/application roles. Use this for your security needsThanks, VadymMCITP DBA 2005/2008Chief DBA at http://www.db-staff.com |
 |
|
|
|
|