-
How do u change a SQL password from ASP
[Originally posted by Mark]
I want to allow users from a Web site to be able to change there SQL password. How do I do this using ASP or VB.
Thanks in advance
-
Re:How do u change a SQL password from ASP
[Originally posted by Mark]
sp_password [ [ @old = ] 'old_password' , ]
ÿ ÿ { [ @new =] 'new_password' }
ÿ ÿ [ , [ @loginame = ] 'login' ]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|