Choose your SQL server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
Oracle
SQL Anywhere
DB2
SQLite
Firebird
MaxDB

Subscribe to our newsletter

MS SQL Maestro online Help

Prev  Return to chapter overview Next 

Microsoft SQL passwords

Password complexity policies are designed to deter brute force attacks by increasing the number of possible passwords. When password complexity policy is enforced, new passwords must meet the following guidelines.

 

1.Passwords are case-sensitive.

 

2.The password does not contain all or "part" of the user's account name. Part of an account name is defined as three or more consecutive alpha-numeric characters delimited on both ends by "white space" (space, tab, return, etc.) or any of the following characters: , . - _ #
 
3.The password is at least six characters long.
 
4.The password contains characters from three of the following four categories:
 
English uppercase letters (A – Z)
English lowercase letters (a – z)
Base 10 digits (0 – 9)
Non–alphanumeric (For example: !, $, #, or %)

 

Note: Strong password enforcement can be changed by using the system administration tools.

 



Prev  Return to chapter overview Next