You are on page 1of 7

Practical No: 02

Step 1: Open SQL Server Management Studio to restore backup file

Step 2: Create New Project


Step 3: Configure Your Project

Step 4: Right click on Connection Managers in solution explorer and click on New Connection Manager.
Add the SSIS connection manager window. Select OLEDB Connection Manager and Click on Add.
Step 5: : Configure OLE DB Connection Manager window appears Click on New.

Step 6: Connect to a database. Select and Enter database name.


Step 7: Configure OLEDB Connection Manager.

Step 8: Select Data Comnections.


Step 9: Name the table.
Step 10: Create table and click ok.

Step 11: Drag and drop Data Flow Task in Control Flow tab. Drag OLE DB Source from Other Sources
and drop into Data Flow tab. Drag oledb destination in data flow tab and connect both.
Step 12: Select your table to view the records.

You might also like