SQL SERVER RECORD CLONE

Copy the useful values. Leave generated columns to SQL Server.

Select one source record, override chosen values and review the parameterized INSERT before execution.

BEFOREActive = 0
↓ review
AFTERActive = 1
ROLLBACK READY

Reviewable from selection to result.

  1. 01

    Select exactly one source record through its primary key.

  2. 02

    Read writable columns from current SQL Server metadata.

  3. 03

    Exclude identity, computed and rowversion/timestamp columns automatically.

  4. 04

    Apply optional typed overrides and preview the INSERT.

  5. 05

    Execute explicitly and return the new primary key when SQL Server can provide it.

BUILT-IN SAFEGUARDS
Unique source requiredGenerated columns excludedTyped overridesParameterized INSERTNew ID returned
WINDOWS 10/11 · X64

Ready for a safer SQL workflow?

Start locally. Keep your database local.

Download for Windows