Activity overview
Latest activity by sajjan
That's awesome, worked like a charm! / comments
That's awesome, worked like a charm!
Root cause of the error was that I had another SSMS add-in called SSMSBoost which also had a template called "sel" , so when I typed "sel" and hit enter it was giving priority to the SSMSBoost snippet over SQL Prompt. Deleting the snippet from SSMSBoost made it work. / comments
Root cause of the error was that I had another SSMS add-in called SSMSBoost which also had a template called "sel" , so when I typed "sel" and hit enter it was giving priority to the SSMSBoost snip...
Nope, still happening. Enterred a defect :https://productsupport.red-gate.com/hc/en-us/requests/113505 / comments
Nope, still happening. Enterred a defect :https://productsupport.red-gate.com/hc/en-us/requests/113505
SQL Prompt Snippet produces different output when selecting with Mouse vs ENTER key
Problem:
Here is the original snippet code:
SELECT top 10 * from $CURSOR$ order by desc
When i select the snippet using the mouse i get this (this is correct):
SELECT top 10 * from order by de...