[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
Printable View
[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
[Originally posted by Mark]
sp_password [ [ @old = ] 'old_password' , ]
ÿ ÿ { [ @new =] 'new_password' }
ÿ ÿ [ , [ @loginame = ] 'login' ]