We have already created the database framework, with all the relations and dependencies. But inside the tables were just the dummy data, and we need to get rid of these dummy data, and start adding the correct ones. How can we clear everything and leave the primary keys (IsIdentity: yes) back to zero, and also without affecting the foreign-table relational structure.
Thanks a lot!
You can take the following steps:
More on disabling constraints and triggers here
if some of the tables have identity columns we may want to reseed them
Note that the behaviour of RESEED differs between brand new table, and one which had had some date inserted previously from BOL: