I want to truncate a "child" table, but it is referred in a foreign key; so truncation fails even there are no rows in parent table. Is only solution is to drop the foreign keys and then truncate.
Other option is to delete the table; but delete does not reseed the identity Any ideas?