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 |
|
angellegnamm7
Starting Member
1 Post |
Posted - 2008-02-28 : 14:10:55
|
| Hi,I'm new in all this, I have sql server 2005 and have a problem I need let access to more users to the database, in the properties page of my DB I hava a Number of user field with 5, how can change this to up number?I hope can help me. |
|
|
tprupsis
Yak Posting Veteran
88 Posts |
Posted - 2008-02-28 : 17:30:40
|
| That just shows you the number of users you have defined in your database. It will increase as you create more users. To create a user in the database, just create a login to the server and then associate that login with a user in your database. |
 |
|
|
|
|
|