In Sql Sever use :variableName instead of @variableName in the sql. You need to have variable with the same name (without the : in front) set in the automation script prior to when the sql is run.
↧
In Sql Sever use :variableName instead of @variableName in the sql. You need to have variable with the same name (without the : in front) set in the automation script prior to when the sql is run.