Reset the main key column with existing information in SQL Server 2008?
Answers: 3
Please see Pinal Dave's post : http://blog.sqlauthority.com/2007/03/15/sql-server-dbcc-reseed-table-identity-value-reset-table-identity/
0
Mark S. Rasmussen 2019-05-09 03:37:14
Source
Share
This need to function : DBCC CHECKIDENT (tableName, RESEED, 0). The pointer is from here
0
hyperboreean 2019-05-09 03:35:51
Source
Share
I assume this inquiry comes from SO.
As an example you might locate renumber primary key handy
0
kristof 2019-05-09 02:51:25
Source
Share
Related questions