...
Also:
DBCC CHECKIDENT ('table_name', NORESEED)
To reseed the identity value:
DBCC CHECKIDENT ('table_name', RESEED, 10000)
posted by Andrew at 12:12 PM
Thanks for this Query,Can we use this query with MySql.Feejaz
No, this will only work with SQL Server
Post a Comment
Subscribe to Post Comments [Atom]
<< Home
View my complete profile
Subscribe toPosts [Atom]
2 Comments:
Thanks for this Query,
Can we use this query with MySql.
Feejaz
No, this will only work with SQL Server
Post a Comment
Subscribe to Post Comments [Atom]
<< Home