Friday, March 23, 2012

Minimum password length for SQL Server Authentication and special character – how to set?

Minimum password length for SQL Server Authentication and special
character – how to set?
I need to set that minimum password length for 8 char and password
should include special character in SQL (2000) Server Authentication –
is it possible?
How to set it?
Hello sp,

> Minimum password length for SQL Server Authentication and special
> character – how to set?
> I need to set that minimum password length for 8 char and password
> should include special character in SQL (2000) Server Authentication –
> is it possible?
Nope, this feature isn't supported until SQL 2005.
Thanks!
Kent Tegels
DevelopMentor
http://staff.develop.com/ktegels/
|||Hello,
Password and user policies are incorporated only from SQL 2005. In SQL 2000
you may need to use the Windows authentication to get that behaviour.
Thanks
Hari
"sp" <kofa@.noemail.noemail> wrote in message
news:%23VakivYcHHA.4824@.TK2MSFTNGP02.phx.gbl...
> Minimum password length for SQL Server Authentication and special
> character - how to set?
> I need to set that minimum password length for 8 char and password should
> include special character in SQL (2000) Server Authentication - is it
> possible?
> How to set it?

No comments:

Post a Comment