SQL Prompt 5.2.2.1 freezes the SSMS when editing SP
cguanes
Posts: 18 Bronze 3
I have a SP that every time that I have to edit it, I need to turn the SQL Prompt off or my SSMS will freeze.
The SP use a lot of temporary table (#table) and parsing XML.
Is this a known issue? Any patch for it?
The SP use a lot of temporary table (#table) and parsing XML.
Is this a known issue? Any patch for it?
Carlos Guanes
Comments
I have known when working with a large script that performance falls off when away from the caret.
So I can reproduce the error, would it be possible to get a copy of your SP?
A support call has been created for you, the call reference number is F0057164. If you could please attached a copy of your SP as a text file to an e-mail, I can then modify it to see if I can reproduce your error. Also if you can include in the e-mail, the version of SQL Server you are using?
Please send the e-mail to support@red-gate.com and include the call reference number in the subject field of the e-mail.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
The only consistency I can find is that its the first instance of ON following the listing of 2 tables in the FROM clause. The next table joins all occur with no issue and no freeze. I thought the probelm was with a specific table but additional testing just now showed me its always the first table join that does this.
EXAMPLE:
SELECT A.*, B.*
FROM TABLEA A Join TABLEB B ON
AT this point, after typing ON SSMS will freeze up.
I have not tested this with SP's myself.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com