Viewing 2 posts - 1 through 2 (of 2 total)
Back to helping the original user and to discuss your critque of the vernacular. . .
declare @row int
declare @count int
declare @previd int
declare @id int
Create table #killRow
(
...
April 1, 2013 at 10:54 am
#1602526
This code creates a table with duplicates. I copy the data into a temp table adding a row column. You could loop through the temp table by...
April 1, 2013 at 7:47 am
#1602447