Viewing 12 posts - 1 through 12 (of 12 total)
Got it. thanks!
October 2, 2019 at 7:03 pm
@SSC Guru:
Okay, so ... i had a feeling it was something stupidly simple on my part, and apparently even more simple than I'd imagined.
I must have just been missing semicolons...
October 2, 2019 at 6:04 pm
I blame a change in employment, corporate email addresses, and resulting having to open 1 new SSC account (just by virtue of having lost the old ones, nothing nefarious!) ::
I...
October 2, 2019 at 4:16 pm
Wow. I shake my head in admiration. Not sure how many people have tapped into this variable-setting behavior, since a few google searches on the pro's of using Select to...
September 26, 2019 at 5:38 pm
Thanks, I was looking into for xml as well as string_agg but ditched for xml path because i couldn't figure out how to make it work with returning "just one"...
September 25, 2019 at 9:15 pm
After a few hours, I was worried that no one knew the answer to this - and that it might be an obscure and/or undocumented problem. In case you are...
September 25, 2019 at 8:51 pm
But the way I had it without a throw, and with a try/catch block...wouldn't necessarily be reliable to cause a component failure in SSIS? That's what I meant / want...
October 4, 2018 at 2:39 pm
BEGIN TRY --Do stuff
COMMIT TRAN mytran;
END TRY
BEGIN...
October 4, 2018 at 1:04 pm
ok thanks, that's a good option to know about, I hadn't mentally put that together as an option.
ty
October 4, 2018 at 12:27 pm
I should also say that my OLE DB connection's actual name is ... well, I left it the way it defaulted to, which was: server.database
..Is that OK?
October 1, 2018 at 3:26 pm
(Note - my connection manager pictured below)
October 1, 2018 at 3:24 pm
Thank you.
I currently get an SSIS error (pasted below), immediately after my Msgbox raises (and prior to the second Msgbox in the below code)
ERROR:
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[]...
October 1, 2018 at 3:22 pm
Viewing 12 posts - 1 through 12 (of 12 total)