Viewing 2 posts - 1 through 3 (of 3 total)
Thank you for your answer
I changed the name of the destination table, if the original table is called Products, i called the new Un-indexed one to TMP_PRV_Products, i set...
July 17, 2007 at 4:03 am
#719946
i got some information from the systables, but i got blocked on the alter table
-- set the index
DECLARE
@l_n_id INT
July 17, 2007 at 2:57 am
#719929