In "DTS Exec SQL Task" how do I access a DTS Global Varible (datatype=DATE) from an invoked SQL Stored Procedure.
I am invoking the SP passing the GV to it.. but receive the following err msg:
ERROR CONVERTING DATATYPE NVARCHAR to DATETIME (
The GV is a DATE datatype.. I want to use this GV in a datrange comparison!!!!!!!!
I am invoking the SP passing the GV to it.. but receive the following err msg:
ERROR CONVERTING DATATYPE NVARCHAR to DATETIME (
The GV is a DATE datatype.. I want to use this GV in a datrange comparison!!!!!!!!