I have an SP that creates an index on a temp table.
create unique clustered index #i_tmp on #test(ID1, ID2)
In the case that we get a duplicate record, I would rather the procedure ignore the create index statement and continue running rather than cause the entire sp to fail.
Is there a way...
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.