We had the same issue, we just delete them:
select * from SurveyPerRequest where workorderid in (1,2,3)
begin transaction
delete from SurveyPerRequest where workorderid in (1,2,3)
--commit
We had the same issue, we just delete them:
select * from SurveyPerRequest where workorderid in (1,2,3)
begin transaction
delete from SurveyPerRequest where workorderid in (1,2,3)
--commit