Intellisense inserts the wrong word while typing

When I type SQL in Management Studio, sometimes Intellisense makes a really clearly wrong choice that touches me, for example, when I try to enter:

SELECT CASE WHEN Name IS NOT NULL THEN

as soon as I hit the space after "IS", it enters

SELECT CASE WHEN Name IS_MEMBER ...

Is there any way to prevent this? This is very annoying.

+3
source share
1 answer

, Management Studio SQL Server 2012. . , . 2012 - , , , , - :

SELECT * FROM sys.index

sys.indexes, sys.index_columns, sys.dm_db_index_physical_stats .. , . !

2012 , @HLGEM - .

+2

All Articles