Starting from SQL Server 2008, Microsoft introduced a new feature in the SQL Server Management Studio that helps the database developers and the database administrators writing the T-SQL commands faster by reducing the typing effort and providing a quick access to the syntax information via listing all available database objects with their properties. This feature is called IntelliSense. IntelliSense in SQL Server Management Studio Microsoft IntelliSense allows you to find the necessary information while writing the T-SQL script without leaving the query editor for such purposes. It's just needed to write the T-SQL script and the IntelliSense will complete the typing automatically with providing all available information. Microsoft IntelliSense is enabled as default in SQL Server Management Studio. If it is disabled, you can easily enable it from the SQL Server Management Studio by choosing Options from the Tools task menu as shown below: Browse for the IntelliSense settings window from the "Options" by expanding the Text Editor and Transact-SQL sections thereafter.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

SQL Server,sql server,ssms,t-sql,tools