I guess I'm asking if our SQL Server Table Data Column where we need to filter by Date is defined with data type DATETIME, should we derive the DATETIME in our SSIS Package to pass to the SQL Server Stored Procedure? I think I read somewhere that using a Variable Type DateTime in a SSIS Package doesn't necessarily work as one might expect and to use Strings rather than DateTime.
I'm just looking for best practices when deriving a Start Date and End Date, storing it as a SSIS Variable, and then using that Variable as a Parameter for the Exec of the SQL Server Stored Procedure.
I hope your comment didn't kill my post from being answered.