Database Access Rights - guru.rak

09-May-08 07:49:54
Hi

How to give Particular Database Access rights to particular user

thanks
guru
button
 
 

Database Access Rights - Adi

09-May-08 07:49:55
Read in BOL about create login and create user statements (if you are
working with SQL Server 2005) or sp_addlogin, sp_grantlogin,
sp_adduser, sp_grantdbaccess if you are working with SQL Server 2000.
After that read about grant statement in BOL (regardless the version
that you are working with).

Adi
button
 


Help with a Query