Viewing 5 posts - 1 through 5 (of 5 total)
AAAANDD... I found another boo boo of mine....
i had the ' being assigned in my script...
I think I need a vacation...
Ignore my previous question...
September 17, 2009 at 9:02 am
Removing the single qoutes near DMNID as such:
"UPDATE TB_DMNSTAGE SET DMN_STATUS = '" + @[User::DMNSTATUS] + "' WHERE DMN_ID = " + @[User::DMNID]
Gives me this error:
Error: Unclosed quotation mark...
September 17, 2009 at 9:00 am
"UPDATE TB_DMNSTAGE SET DMN_STATUS = '" + @[User::DMNSTATUS] + "' WHERE DMN_ID = '" + @[User::DMNID] + "'"
Gives me error:
Error: Incorrect syntax near '18'.
[Execute SQL Task] Error: Executing the...
September 17, 2009 at 8:52 am
Once again i mix up my vb with my sql... single quotes not double quotes!!! BAH!
September 16, 2009 at 6:59 pm
Viewing 5 posts - 1 through 5 (of 5 total)