Friends:
I run a routine that clears a database using the DeleteEntitiesDirectly. Is there a way to make the SQL Server autoincrementing PK's to reset back (so adding a new record does not increase the previous PK before deletion) through the API?
I am using SQL Server and v2.6