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)
 sp_password ( security question)

Author  Topic 

bbasir
Yak Posting Veteran

76 Posts

Posted - 2008-04-07 : 15:33:45
I will be using the following password in my intranet application to allow users to change their own passwords.

Is there any additional security checks that I could do inside the sql server to my stored procedure (ChangeWedPassWord) that calls the above mentioned system sp.?

My above mentioned stored procedure needs these parameters...passed..

@oldpassword,@newpassword,@loginid

Like encrypt the stored procedure? or any other recommended approach etc

Thanks

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-04-07 : 23:10:25
Don't need encrypt sp, may like to encrypt protocol between app and sql server.
Go to Top of Page
   

- Advertisement -