Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Services >> RDBMS >> SQL Server >> How to reset autoincrement integer field

autoincrement columns are columns that automatically increment the integer value of that column for every new row created. The step below will reset the next number to the specified value USE <databasename> dbcc checkident (<tablename>,reseed,1);
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]