I've got a Sales table which has a Primary Key which is also Identity(1,1) called SaleID. Whenever I copy the blank "fresh" database over to the device to replace an existing one, after the first Sale is added it takes on an IdSale
like 30537 or something.
I would expect the new blank database would start at 1. Is this because in the past I've done a DELETE SaleItems and then a DELETE Sales improperly. This is SQLServer CE database.
TIA
Harry