Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Neuheiten abonnieren
Partners

MS SQL Code Factory online Help

  Return to chapter overview  

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.

 



  Return to chapter overview