Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to reset the identity

How to reset the identity

Scheduled Pinned Locked Moved Database
tutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    devboycpp
    wrote on last edited by
    #1

    How can we reset the start of an identity column.

    Best regards Hossein Yahoo ID :hosseinenick

    P M 2 Replies Last reply
    0
    • D devboycpp

      How can we reset the start of an identity column.

      Best regards Hossein Yahoo ID :hosseinenick

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      Use DBCC CHECKIDENT (tablename, RESEED, 9999). This would reset the next identity to 10000 on the table in question.

      Deja View - the feeling that you've seen this post before.

      1 Reply Last reply
      0
      • D devboycpp

        How can we reset the start of an identity column.

        Best regards Hossein Yahoo ID :hosseinenick

        M Offline
        M Offline
        Mitesh Darji
        wrote on last edited by
        #3

        Use DatabaseName DBCC CHECKIDENT (tablename, RESEED, 0) OutPut : reset the column identity next value start to 1 :-O

        Mitesh Darji

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups