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)
 SQL Script for create SQL Server login

Author  Topic 

nlbnalin
Starting Member

6 Posts

Posted - 2004-08-12 : 07:22:11
How to Create SQL Usr Login by Using Script? or How to Create it programatical using VB

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2004-08-12 : 07:24:04
lookup (search here + BOL) for sp_adduser ...and other related sp's.
Go to Top of Page

nlbnalin
Starting Member

6 Posts

Posted - 2004-08-12 : 07:46:31
Do u know any method to Create it programatical using VB?

Go to Top of Page

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2004-08-13 : 10:12:48
You can call those procs from vb....they're 'system procedures'...and callable from vb just like 'user procedures'.
Go to Top of Page
   

- Advertisement -