Page 1 of 1

Sql complete Intellisense slowdown after installing SQL Server 2012 SP2

Posted: Thu 21 Aug 2014 22:17
by gw123
I was having an issue where intellisense would hang for half a second intermittenly whenever I would try to write queries, even a one line select statement. I thought it was Sql Complete. It turned out that the default intellisense was re-enabled after the sp2 update. I just had to disable it (Tools -> Options -> Text Editor -> T-SQL -> Intellisense) and things are back to normal again.

Posting this just in case anyone else is having this issue.

Re: Sql complete Intellisense slowdown after installing SQL Server 2012 SP2

Posted: Fri 22 Aug 2014 10:16
by alexa
Thank you for letting this know.