Execute the SSIS Package
Before you begin
About this task
Procedure
- Access SQL Server Management Studio (SSMS).
- Right-click the package that you have imported.
-
Select Execute, verify the connection manager
properties, and then select OK.
A message appears, asking you if you want to access the overview report.
-
Select Yes.
The package is executed, and the overview report appears. The status is displayed as Running, and then changes to Succeeded. If, however, the execution fails, select View Messages to view the logs.
- Verify the data imported into tables using queries, and verify the number of records from flat files and tables.
- Verify the files imported with record count by querying the [dbo].FileLoadInformation table.
Issue: Executing the SSIS Package Fails
Diagnostics: Identify the package/task that contains an error. To do so:
- In the overview report, select View Messages to access the logs.
- Query the [dbo].Logs table.
- Query the sysssislog table, which is created in System Tables.