Step 1: Create Sample Excel, which we will use as source.
Step 2: Prepare Destination Table.
Step 3: Now Create New SSIS Solution and Add New Package as shown in screens below.- CREATE TABLE [dbo].[Destination](
[ID] [float] NULL,
[Name] [nvarchar](255) NULL,
[Amount-Numeric] [numeric](12, 2) NULL
) ON [PRIMARY]
Approach 1:
- Data Flow Task
- Derived Column
No comments:
Post a Comment