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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 group

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2005-01-24 : 07:15:59
in the sql server 2000 machine we require several people to log into it.
Rather than creating the login for each user, may be it is best to have a group. How is this created please?
Thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2005-01-24 : 07:18:11
Are you using integrated security?
If so then you can add the users to an nt group then grant that group access to the server.

see sp_grantlogin

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -