Viewing 15 posts - 16 through 30 (of 4,814 total)
Okay. so why are you using TFS, or for that matter, ANY kind of source control software, to manage SSIS projects? I wouldn't do that unless I was being paid...
November 16, 2022 at 6:30 pm
I finally found the solution. While the "Editor" and "Advanced Editor" for the Flat File Destination do NOT have the ability to use an expression, it turns out that such...
November 16, 2022 at 6:13 pm
I can't actually imagine why you would want to use the project deployment model and then try to use package deployments... that just doesn't make much sense. There's no real...
November 16, 2022 at 4:50 pm
Oh.. and I don't post anywhere near as often as I used to... and it's cause I'm a lot busier than I've ever been, so I hadn't even noticed that...
October 14, 2022 at 7:25 pm
Turns out I was chasing an OLD problem... so it was kind of moot once I realized what was going on... Our SSIS package had been ignoring a column entirely,...
October 14, 2022 at 7:22 pm
Signature fixed to what it is supposed to be.
October 14, 2022 at 3:42 pm
Thanks for the reply, Jeff... I'll just have to do this manually then, as I don't really have the time right now to write the code...
As to my signature...
October 14, 2022 at 3:40 pm
I can't wait for the 2022 Developer's Edition to come out so I can test. I normally don't bother with public test versions and won't with 2022 either. That...
September 27, 2022 at 2:19 pm
That's some pretty awesome feedback, Steve. Glad all of it worked out and thanks for posting what you did. Glad the splitter and the modifications you made worked as...
September 26, 2022 at 9:12 pm
Actually, you'll need the DBA to recreate the replication. Steps are:
1.) Stop the existing replication.
2.) TRUNCATE the destination table.
3.) DBA sets up replication again between the two.
Once you are out...
September 26, 2022 at 4:32 pm
I wish I had a solution for you... but I just can't help but ask "Why you would have wanted to delete rows in the replica?" Given that just deleting...
September 26, 2022 at 3:19 pm
Jeff...
I did eventually find VB code via Google search that identified the method needed to add to a BLOB data type within the OutputBuffer object. So far, it has been...
September 26, 2022 at 3:12 pm
Chances are, a For Each Loop Container is not going to work very well. It's not easily parameterized for the values needed. It would actually be easier to write a...
September 6, 2022 at 7:01 pm
I guess the only way to find out is to test it, then...
August 26, 2022 at 9:46 pm
Scott P. - Just so I get a better understanding, had the OP used a TRY/CATCH set of blocks, would the cancellation of the query in SSMS have triggered the...
August 26, 2022 at 8:42 pm
Viewing 15 posts - 16 through 30 (of 4,814 total)