The Database Engine Editor in SQL server 2008 now comes with IntelliSense functionality such as word completion and error underlining.
IntelliSense provides an array of options that make language references easily accessible.
While coding and without leaving the editor, you can find the needed information, insert language elements directly into your code and even have IntelliSense complete your typing.
Following are few useful Intellisense options. . . . . . . .
1. Parameter Info: This option opens a parameters list that provides information about the number, names and parameter type that are required by a function or procedure.
2. Complete Word: This option types the rest of a variable, command, or function name once you have entered enough characters to uniquely identify the term.
Many IntelliSense features work automatically by default, but you can disable any feature.
No comments:
Post a Comment