don't want to append the data to already existing Excel File.
The video will cover following Items
- How to Load Data from SQL Server Table to Excel Sheet
- How to use Data Conversion Transformation to Convert SQL Data To Excel Data Types
- How to use OLE DB Source and Excel Destination in SSIS Package
- How to use Variables in SSIS Package
- How to Write Expressions to get Date-time in SSIS Package
- How to use variable in Excel Connection Manager to provide File Name with Date-time
- How to use DelayValidation property in SSIS Package to ignore prevalidation in SSIS Package
Expressions used in the SSIS Package to Create Excel file with Date Time:
@[User::DestinationFolder]+"RegionalCustomer_"+
Replace(Replace(Substring((DT_WSTR,30)GETDATE(),1,16),":","_"),"-","_")+".xlsx"
How to Create an Excel file with Date Time in SSIS Package
No comments:
Post a Comment