Execute SQL script after SSIS build or check-in
问题 I am trying to find a better way to test our SSIS application, which is used to load data from a file into SQL Server and validate the file data. I have created a SQL script which can be run to insert 'bad' data into the database tables, and ensure that our validations are performing correctly. The SQL script: - loads 'bad' data - executes the SSIS validations - ensures the errors in the data were detected - Outputs a PASS or FAIL - Deletes the TEST data if passed Is there anyway I can get