I want to put a unique index on a variable table, but recieve this error. Could someone assist in fixing this problem?
declare @loop table (
line_id char(12),
line_hold char(12) null,
column_id tinyint,
country_id int,
service_id int,
column_n int,
column_x int null,
create unique index...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.