Activity overview
Latest activity by AndyIrving
I'd like to add my voice to requesting this. there's 2 scenarios where i think this would be beneficial, one is for sure a feature request, but the other is arguably a bug:
Create a scalar UDF, perform a sync. then, change the scalar UDF to an inline UDF (keeping the same name). sql compare attempts to alter it, but this doesn't work:
Cannot perform alter on 'dbo.testes' because it is an incompatible object type.
Here, doing an if exists... drop... create would solve the problem (and yes i know it's the most common scenario!) / comments
I'd like to add my voice to requesting this. there's 2 scenarios where i think this would be beneficial, one is for sure a feature request, but the other is arguably a bug:
Create a scalar UDF, per...
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...
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 ...
the first RC seems much faster for me also (build 638) / comments
the first RC seems much faster for me also (build 638)
Sorry if this sounds a little harsh, but... new in this release is the removal of sql refactor and only some of those features put into sql prompt, plus script as alter? / comments
Sorry if this sounds a little harsh, but... new in this release is the removal of sql refactor and only some of those features put into sql prompt, plus script as alter?
me too, early versions of V4 were similar. / comments
me too, early versions of V4 were similar.
agree, this is very frustrating! / comments
agree, this is very frustrating!
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...
i'd just like to confirm the special character behaviour change in V4, it did indeed not sinert the matching character if the next character wasn't whitespace/EOL / comments
i'd just like to confirm the special character behaviour change in V4, it did indeed not sinert the matching character if the next character wasn't whitespace/EOL