Tagged Questions
2
votes
0answers
152 views
DTS error when a parameter is added to an Execute SQL Task
I have an Execute SQL Task that is (hopefully) going to receive a global variable called startDate, which is set to a Date type. A shortened version of the code looks like this:
DECLARE @startDate ...