I want to run DBCC CHECKIDENT on a SqlCe4 database but it wont let me.
I need to reset the identity column as its messed up. I think because IDENTITY was turned off, an import of data was done and then IDENTITY turned on again so I guess its out of sync