If I have a Cursor, say "adr", and have an update statement
Update dbo.Adressen
Set GPS_Breite = @GPS_Breite, GPS_Länge = @GPS_Länge, ID_Prüfstatus = @ID_Prüfstatus
Where Current Of adr
I get the warning "Update without Where Clause". It looks like SSMSBoost does not understand the syntax "Where Current Of <cursor>".
I am using the newest 3.0 Beta version, downloaded and installed today.
With kind regards
Matthias Kläy