As you know I have started a new series on "Exploring SSMS" by which I will be posting some features that are available in SSMS which will be very helping during the development. In this post we will see how to enable/disable IntelleSense.
IntelliSense, which was introduced in SQL Server 2008, allows you to quickly pickup the column names, table names, system functions etc while your are typing the code. Sometimes you may find this feature very easy and helpfuly and sometimes you may not like and you want to disable this feature.
There are two ways that you can enable/disable IntelliSense
Method 1 : In the toolbar, goto Query-->IntelliSense Enabled
Method 2 : In the toolbar, goto Options-->Text Editor-->Transact SQL-->IntelliSense-->Enable IntelliSense(check or uncheck)
Other posts that come under Exploring SSMSEnabling Save Changes
Tags: t-sql, sql_server, sqlserver, tsql, BRH, SSMS, Intellisense,