mikaeru
Old Hand
Points: 383
More actions
September 18, 2009 at 3:44 am
#226303
Comments posted to this topic are about the item Create/ drop unique key
grahams-701143
SSC Rookie
Points: 44
September 24, 2009 at 6:26 am
#1057960
You can get rid of the need for the cursor
SELECT @r=@R+column_name+',' from INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE where constraint_name =@uq_name
G
Douglas Osborne-456728
SSCommitted
Points: 1569
September 25, 2009 at 8:37 am
#1058490
I agree - any time I see a CURSOR declaration in the first few lines of code...
akljfhnlaflkj
SSC Guru
Points: 76202
May 24, 2016 at 6:49 am
#1881041
Thanks for the script.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply