Cannot truncate table 'table' because it is being referenced by a FOREIGN KEY constraint.
Solution for the above issue is below:
Solution for the above issue is below:
Delete from <tablename><tablename>
DBCC CHECKIDENT(,RESEED,0)