Order No manipulation


https://forum.kartris.com/Topic1552.aspx
Print Topic | Close Window

By TheCalicoTree - Tue 24 Jan 2012
Is it possible to set the order number to increment from a number other that 1? 

We would like our live system to begin at 10000. 
By Mohammad - Tue 24 Jan 2012
Yes, run the below script to start by 10000.

DBCC CHECKIDENT ('tblKartrisOrders', RESEED, 9999);