ID Order

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi, I put the Order ID number to 0, but will not let me.
Delete all orders made ​​but just not let me put the number to 0. That info is in the database?, Where I can find the number to be set to 0

Thanks.
10 years ago
Run this in the database and change 1000 to whatever you want your new ID to start at:

DBCC checkident ('Order', reseed, 1000)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.