What's New in SQL Server 6.5 uses the following conventions to distinguish elements of text:
Convention | Purpose |
---|---|
UPPERCASE | Represents Transact-SQL syntax, paths, and filenames. |
small capitals | Represent key names, such as ctrl. |
bold | Represents system procedures, utility programs, commands, and user-entered text. |
italic | Represents database names, table names, book titles, and variables. |
monospace | Represents examples, display text, and error messages. |
[brackets] | Identify optional items in syntax. Type only the information within the brackets; do not type the brackets. |
{braces} | Identify required items in syntax. Type only the information within the braces; do not type the braces. |
| (vertical bar) | Means "or" and signifies that you can choose only one of the items within the brackets or braces. |