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 Administration (2000)
 Add an user to a database

Author  Topic 

imrul
Starting Member

36 Posts

Posted - 2010-09-21 : 04:29:41
I need a SQL Script to create an user to a database, so that the user can insert/update/delete records from my database.
How can I do this through sql script?

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-09-21 : 11:55:28
just realized this is for sql 2000. see this link:

http://msdn.microsoft.com/en-us/library/ms181422.aspx
Go to Top of Page

imrul
Starting Member

36 Posts

Posted - 2010-09-26 : 01:00:57
Thanks. Got the solution
Go to Top of Page
   

- Advertisement -