79674451

Date: 2025-06-21 13:05:05
Score: 1.5
Natty:
Report link

I recently had to solve this exact problem in SQL Server — copying rows within the same tables (A → A, B → B) and making sure all foreign keys point to the newly inserted rows.

To handle it, I built a reusable migration tool that:

If anyone's interested in trying it out or giving feedback, I’d be happy to share it privately.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kostas Dalas