Activity overview
Latest activity by sitedesigner
Specifically, what I was looking for was going to SSMS > SQL Prompt > "Enable Code Suggestions" and unchecking that box, which can also be done with the shortcut "CTRL + SHIFT + A". Thanks for the help! This, combined with reducing the check for all databases (per your first link) helped improve my performance tremendously!. Cheers, David / comments
Specifically, what I was looking for was going to SSMS > SQL Prompt > "Enable Code Suggestions" and unchecking that box, which can also be done with the shortcut "CTRL + SHIFT + A".Thanks for the h...
SQL Prompt freezes SQL Server Management Studio (SSMS) with select * statements
I'm not sure if others are facing this issue, but when I have multiple "Select top 10 *" statements at the top of my T-SQL file, SQL prompt doesnt like it and starts to slow down my SSMS instance a...