Execute SQL Task, OLEDB Connection and Parameters
Call a stored procedure in the Execute SQL Task and it returns OUT parameters.
For a DATE OUT parameter, use DBDATE as the Data Type for the SSIS DateTime variable.
For a DATETIME OUT parameter, use DBTIME as the Data Type for the SSIS DateTime variable.
Execute a T-SQL INSERT in the Execute SQL Task that takes a DATETIME parameter in the VALUES clause, use DATE as the Data Type for the SSIS DateTime variable.
Comments
Post a Comment