Temporarily disable SQL Prompt
spivey24
Posts: 24
Is there a way to set up a toolbar or menu item to temporarily disable SQL Prompt - similar to how I can turn Intellisense on and off.
I am working with a large script and SQL Prompt is slowing my entire (fast) machine to a crawl.
I am working with a large script and SQL Prompt is slowing my entire (fast) machine to a crawl.
Comments
However, we have made some performance improvements in Prompt's processing of complex scripts in recent builds. Have you tried using the latest release version, 5.1.8.2?
Redgate Software
One big problem I had was when I was highlighting some code and holding down the shift-arrow key using the repeat key, it got impossibly slow.
Oh, and I might have some even better news for you soon - watch out for the next release candidate...
Redgate Software
Redgate Software
Any chance of getting a similar item that just disables SQL Prompt for the current window? (I would love to be able to disable it on a single window, as some of the larger scripts I work on either cause SQL Prompt to be too slow, or it just plain doesn't work because the query is beyond the look ahead/behind buffer size.)
[edit]Sorry, I replied to your original post before you edited it. We'll certainly consider an option to disable prompting just on the current window, but I'm afraid I can't make any promises - I snuck in the new menu item right at the cut-off date for new features in 5.2.
Redgate Software
Ok it isn't bringing any suggests, but it is still reading the schema for the database and consuming to many memory : 414MB for Ssms.exe while reading the schema and after some moments it shrink to some megabytes.
Also note that the shortcut only appears on the SQL Prompt menu if you have a query windows opened. If you just connect SSMS to a server, the shortcuts doesn't work.
Is there any way to have a list of servers we don't want to use SQL Prompt, like some oldiers SP versions?
Regards, Ésio
I got around this by adding the insert command as a toolbar item with an ampersand in the name, enabling me to invoke it with an ALT-KEY combination. The enable/disable shortcut apparently was added fairly recently, so I thought perhaps that conflict might have been overlooked.