Rules for SQL Server Logins, Users, Roles, and Passwords

Microsoft® SQL Server™ logins, users, roles, and passwords can contain from 1 to 128 characters, including letters, symbols, and digits, (for example Andrew-Fuller, Margaret Peacock, or 13&#57abc). Therefore, Microsoft Windows NT® or Microsoft Windows® 95/98 usernames can be used as SQL Server logins. However, certain symbols can be used only in Transact-SQL statements if the login, user, role, or password is delimited with double quotation marks (“), or square brackets ([ ]). Use delimiters in Transact-SQL statements when the SQL Server login, user, role, or password:


Note It is not necessary to specify delimiters when entering logins, users, roles, and passwords into the text boxes of the SQL Server graphical client tools, such as SQL Server Enterprise Manager.


Additionally, a SQL Server login, user, or role cannot:

See Also

Delimited Identifiers

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.