Hi You can use this query for inserting records and if already present the following query will update it.
To restart seed use
USE [TestDB]
GO
DBCC CHECKIDENT ('PO', RESEED, 0)
GO
To restart seed use
USE [TestDB]
GO
DBCC CHECKIDENT ('PO', RESEED, 0)
GO
Comments
Post a Comment