Sql complete Intellisense slowdown after installing SQL Server 2012 SP2

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
gw123
Posts: 6
Joined: Tue 05 Apr 2011 16:52

Sql complete Intellisense slowdown after installing SQL Server 2012 SP2

Post by gw123 » Thu 21 Aug 2014 22:17

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.

alexa

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

Post by alexa » Fri 22 Aug 2014 10:16

Thank you for letting this know.

Post Reply