Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Create/ drop unique key

    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

Viewing post 1 (of 1 total)