I have a SQL task in a DTS procedure. In the sql task, I declare a variable and set it a value using GetDate(). I run my package and it errors stating the following message: "Must declare variable @GetDate". I even tried declaring it on my package, however, it is a datetime type. It did not work also! Can anyone provide any guidance on this?
Thanks!
Start Free Trial