Tag: Identity

  • Reseed Identity – Can it Cause Clashes?

    Reseed Identity – Can it Cause Clashes?

    I recently had cause to reseed an identity column on a table in SQL Server, which got me wondering “If we reseed an identity column to a value lower than the existing identity values in the column, could it cause a clash?” Because why wouldn’t you wonder if you can cause something to break, whilst…

    Keep reading