Quantcast
Channel: Rss Feed - SSMSBoost Add-in discussion board - Forum
Viewing all articles
Browse latest Browse all 825

Wrong warning "Update without Where Clause" with Cursor

$
0
0
If I have a Cursor, say "adr", and have an update statement

Code:
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

Go to last post

Viewing all articles
Browse latest Browse all 825

Trending Articles