August 28, 2002 at 6:08 am
We are using an HR Software package that
requires us to use SQL Server standard logons
instead of NT logons. We have a policy that
requires us to change passwords every 30 days
Any suggestions to how we should manage a password change every 30 days with standard logons???
jcollins
jcollins
August 28, 2002 at 7:28 am
No built in way. How about a job that sends a reminder to someone to change the password? Or you could have it change the password forcing someone to reset it?
Andy
August 28, 2002 at 8:35 am
Is there a way to allow the user to change
a standard logon password without the DBA's
intervention.
jcollins
jcollins
August 28, 2002 at 9:09 am
August 28, 2002 at 10:28 am
You can also script your own sp_password that would run after 35 or so days to lock out users.
Steve Jones
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply