Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving from test to production - identify seed question
Message
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00659937
Message ID:
00660008
Views:
24
instead of deleting rows, you can truncate them (which delete ALL rows and reset identity columns).

truncate table YourTableName


>Hi,
>
>We will soon be ready to move a VB-SQL 2000 app from testing to production. We will be deleting records from most of the tables (excluding some settings tables) accumulated during testing. Creating a SQL script to do this is simple enough.
>
>My question is this: I would like to reset the identity seed for these tables after deleting the records. How should I do this? Can it be done as part of my script?
>
>Thanks in advance.
>
>Al
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform