Viewing 3 posts - 1 through 3 (of 3 total)
Yes that is a good point. I was assuming we were using a sql task and a single result set to assign the value to the variable up higher...
October 20, 2011 at 10:39 am
"exec [dbo].[spGetContractForCMS_ImportEDW]" + " ' "+@[User::RunDate_EDW]+ " ' "
This will work. You just needed one more concatenate operator for your first apostorophe before your run date variable. Other...
October 13, 2011 at 11:15 am
"exec [dbo].[spGetContractForCMS_ImportEDW]" + " ' "+@[User::RunDate_EDW]+ " ' "
This will work. You just needed one more concatenate operator for your first apostorophe before your run date variable. Other...
October 13, 2011 at 11:14 am
Viewing 3 posts - 1 through 3 (of 3 total)