March 15, 2006 at 5:23 pm
You mean SQL2000 or your application running against SQL2000?
SQL2000 does not have such feachure.
And if you need it for your application you need to develop it.
Unless somebody will give you source code as birthday present.
_____________
Code for TallyGenerator
March 15, 2006 at 7:03 pm
I undertoodd SQL 2000 does not have such feature. That is why I am asking has anybody already have some coding in place.
March 15, 2006 at 7:04 pm
I undertoodd SQL 2000 does not have such feature. That is why I am asking has anybody already have some coding in place.
March 15, 2006 at 10:08 pm
You can implement if you are using windows authentication, on the domain side you can specify password size,aginging etc. You need to have windows User to SQL
March 16, 2006 at 7:05 am
Back to my original question I am asking for SQL authentication password enforcement and aging not Windows Authientcation. I am doing this for SOX. Thanks.
March 17, 2006 at 5:43 am
The only way I know of is to modify the system stored procedure sp_password. You should keep the scripts for both the old and the new versions in case you need to go back, or if you install a service pack, which will probably wipe out you copy.
Of course, this method only allows you to enforce complexity rules - it doesn't help with expiration.
March 17, 2006 at 8:21 am
Thanks. Anybody has any script on hand that I can use?
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply