Good Morning,
I have a package that has a sql task which truncates the tables before loading the data. I know these tables cannot be truncated since they have PK on them. I tried to use the DROP and CREATE and i'm still getting the same error. If i canot use TRUNCATE, DROP and CREATE........ What is the best solution? Thanks