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

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.

主站蜘蛛池模板: 东宁县| 监利县| 长垣县| 博客| 崇文区| 富川| 四子王旗| 绩溪县| 汉沽区| 望谟县| 安溪县| 开鲁县| 唐海县| 灯塔市| 高密市| 望奎县| 渭南市| 伊金霍洛旗| 东光县| 大方县| 万全县| 胶州市| 古浪县| 博兴县| 奉化市| 安陆市| 兴文县| 修武县| 沅江市| 聂拉木县| 平山县| 大同市| 克山县| 汪清县| 本溪市| 海伦市| 昆山市| 聂荣县| 高陵县| 夏河县| 棋牌|