From Visual Studio 2008, open your Business Intelligence project.
From Solution Explorer, double-click the SSIS package to view. The SSIS package appears.
To stay on track with the rest of the exercises, open the package created in the previous exercise, BBDW_FACT_INTERACTIONRESPONSE_EXT.dtsx.
In this exercise you will view the ETL Run Variables task, a housekeeping task. Usually you will not need to modify housekeeping tasks in an SSIS package based on a Blackbaud Product Development template.
Double-click the ETL Run Variables task. The Execute SQL Task Editor screen appears.
From General, under SQL Statement, move your cursor over the SQL Statement. The full statement appears as a tool-tip.
Note the name of the stored procedure the SQL statement executes, BBDW.USP_ETL_BEGINLOAD.
From SQL Server Management Studio, find the stored procedure, BBDW.USP_ETL_BEGINLOAD.
Connect to the database.
From Object Explorer, expand nodes as follows: Databases > [Database name] > Programmability > Stored Procedures.
Right-click the stored procedure, and click Modify. A query to modify the procedure appears.
Examine the procedure.