Tagged Questions

2
votes
3answers
1k views

T-SQL query to flag repeat records

I have a table that will have 500,000+ records. Each record has a LineNumber field which is not unique and not part of the primary key. Each record has a CreatedOn field. I need to update all ...