Forum Replies Created

Viewing 15 posts - 301 through 315 (of 2,648 total)

  • Reply To: Best way to handle incremental duplicate data in SQL Server?

    You could add an IsCurrent bit column and set it to 1 for the most recent row and update older rows to 0. So no need for copying old data...

  • Viewing 15 posts - 301 through 315 (of 2,648 total)