SQL Server Books Online is displayed using the HTML Help Viewer.
A basic search of Help topics consists of the word or phrase you want to find. Several options for refining your search are available:
Some guidelines apply when performing a full-text search:
To search topics and topic titles using full-text search
You can search for words or phrases and use wildcard expressions. This table displays the results of these different kinds of searches.
Search for | Example | Result |
---|---|---|
Single word | select | Topics that contain the word select. (You will also find grammatical variations, such as selector and selection.) |
Phrase | “new operator”
Or new operator |
Topics that contain the literal phrase “new operator” and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying “new AND operator,” which finds topics containing both of the individual words, instead of the phrase. |
Wildcard expressions | esc* | Topics that contain the terms ESC, escape, escalation, and so on. The asterisk cannot be the only character in the term. |
80?86 | Topics that contain the terms 80186, 80286, 80386, and so on. The question mark cannot be the only character in the term. | |
*86 | Topics that contain the terms 386, 486, x86, QEMM386, 8086, and so on. The asterisk cannot be the only character in the term. |
Note Select Match similar words to include grammatical variations for the word(s) on which you search. For example, a search on the word add finds add, adds, and added.
The AND, OR, NOT, and NEAR operators allow you to refine your search. If no operator is specified, AND is used. For example, the query “spacing border printing” is equivalent to “spacing and border and printing.”
Search for | Example | Result |
---|---|---|
Both terms in the same topic | dib AND palette | Topics containing both the words dib and palette. |
Either term in a topic | raster OR vector | Topics containing either the word raster or the word vector. |
First term without the second term | ole NOT dde | Topics containing the word OLE, but not the word DDE. |
Both terms in the same topic, close together | user NEAR kernel | Topics containing the word user within eight words of the word kernel. |
Note The |, &, and ! characters do not work as Boolean operators (use OR, AND, and NOT).
Nesting allows you to create more complex search expressions. For example, “control AND ((active OR dde) NEAR window)” finds topics containing the term control along with the terms active and window close together, or containing control along with the terms dde and window close together.
Some guidelines apply when searching Help topics using nested expressions:
To find information in a Help topic
These are the tabs available in the navigation pane of the HTML Help Viewer for finding a Help topic:
To navigate through previously viewed topics
Note The HTML Help Viewer toolbar may not contain all the above options for moving through topics.
To link to other Help topics
To copy and paste a Help topic
This copies the topic to the Clipboard.
Note To copy only part of a topic, select the part that you want to copy, right-click your selection, and then click Copy.
To print a Help topic
Note If you print from the Contents tab, you will see options for printing either the current topic or all of the topics under the selected heading.
To hide or show the HTML Help Viewer navigation pane
Note If you close the HTML Help Viewer, it will reopen using the last size, position, and navigation pane settings you selected.
To change the color of the HTML Help Viewer topic pane
Note This only changes the color of the HTML Help Viewer topic pane.
To change the font size in the HTML Help Viewer topic pane
Note This only changes the font in the HTML Help Viewer topic pane.
To use accessibility shortcut keys in the HTML Help Viewer
The following keyboard shortcuts can be used for navigation in the HTML Help Viewer version 1.2.
Action | Shortcut |
---|---|
Close the HTML Help Viewer | ALT+F4 |
Switch between the HTML Help Viewer and other open windows | ALT+TAB |
Display the Options menu | ALT+O |
Hide or show the navigation pane | ALT+O, and then press T |
Print a topic | ALT+O, and then press P |
Refresh the topic that appears in the topic pane | ALT+O, and then press R |
Move back to the previous topic | ALT+O, and then press B |
Move forward to the next topic (provided you have viewed it previously) | ALT+O, and then press F |
Switch focus between the navigation pane and the topic pane | F6 |
Scroll through a topic | UP ARROW or DOWN ARROW |
Move to the end or beginning of a topic | CTRL+END and CTRL+HOME |
Scroll through the links in a topic, or through all of the options on a tab | TAB |
The following keyboard shortcuts can be used for navigation on the Contents tab.
Action | Shortcut |
---|---|
Display the Contents tab | ALT+C |
Open a book or folder | ENTER |
Close a book or folder | ENTER |
Select a topic | DOWN ARROW or UP ARROW |
Display the selected topic | ENTER |
The following keyboard shortcuts can be used for navigation on the Index tab.
Action | Shortcut |
---|---|
Display the Index tab | ALT+N |
Select a keyword in the list | UP ARROW or DOWN ARROW |
Display the associated topic | ALT+D |
The following keyboard shortcuts can be used for navigation on the Search tab.
Action | Shortcut |
---|---|
Display the Search tab | ALT+S |
Start a search | ALT+L |
Select a topic in the results list | ALT+T, and then UP ARROW or DOWN ARROW |
Display the selected topic | ALT+D |