delete emp table data using ssis package
问题 I want delete the data in the target server(postgres) tables data using ssis package. database : postgres server Table : emp in execute sql task :scriptis: delete from emp and connection used odbc when i run the executesql task in ssis package if emp table have data then its working fine and i am getting the error when emp table donot have data. [Execute SQL Task] Error: Executing the query "delete from emp usin..." failed with the following error: "Error HRESULT E_FAIL has been returned from