How can we help you today? How can we help you today?
AndyIrving
Erroneous quote added on indent
This may have been present in V4, can't be sure. Steps to reproduce: SELECT blah FROM ( SELECT 'blah' AS blah ) AS b WHERE blah = 'blah' select the whole line of the where clause and inc...
2 followers 2 comments 0 votes
UPDATE table mouseover
Hi, I don't remember if this worked in V4 (probably not), but when you mouse over column names in the SET or WHERE part of an UPDATE statement, no tooltip appears showing the type etc like you get ...
0 followers 0 comments 0 votes
Crash in SSMS
hi, It seems i can reliably crash SSMS with SQL Prompt 5 installed, resulting in this: EventType clr20r3, P1 ssms.exe, P2 2007.100.1600.22, P3 48753da6, P4 redgate.sqlprompt.parser, P5 5.0.0.483, P...
1 follower 1 comment 0 votes
Exception when editing trigger
(I can't reproduce it, not sure where i clicked to get it. thought it might be to do with inserted/deleted but apparently not) See the end of this message for details on invoking just-in-time (JIT)...
2 followers 2 comments 0 votes
Parsing error when building from script folder
Parse error when doing a compare from script, on this valid syntax:CREATE PROCEDURE test AS ;WITH blah (blah) AS ( SELECT 'blah' ) SELECT * FROM blah GO It doesn't like the ';'...
1 follower 1 comment 0 votes