官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Each row in the Customer table represents an individual customer."

A block of code is set as follows:

[default]
DECLARE @Table2 TABLE (
COL1 [int],
COL2 [varchar](30),
COL3 [datetime],
  INDEX [ixc_col3] CLUSTERED (col3)
    WITH (FILLFACTOR=80),
  INDEX [ixnc_col1_col2] NONCLUSTERED (col1, col2)
    WITH (FILLFACTOR=80)
);

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Right-click on User-Defined Data Types and choose New User-Defined Data Type."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 泗阳县| 和林格尔县| 西宁市| 怀柔区| 万宁市| 西乌珠穆沁旗| 任丘市| 京山县| 富川| 翁源县| 阜新| 南京市| 鸡泽县| 如东县| 安顺市| 乌恰县| 丹棱县| 涿州市| 库尔勒市| 平邑县| 龙门县| 宜宾市| 巩义市| 蚌埠市| 高唐县| 淮北市| 怀远县| 寿阳县| 东台市| 河东区| 射洪县| 金平| 卓尼县| 义马市| 海城市| 贡山| 铜川市| 电白县| 七台河市| 清涧县| 罗江县|