Viewing 15 posts - 31 through 45 (of 4,820 total)
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
How about posting the solution so that everyone can benefit from the knowledge?
August 26, 2022 at 8:36 pm
I just noticed that the companies are ordered in the "desired results" by the CoID. To make that happen, here's the code, including the supplied table creation and data insert...
August 26, 2022 at 8:02 pm
I'm pretty sure you don't need multiple CTE's to accomplish this task. Given the data supplied in the original post, the following should work (note that varchar(300) is rather wasteful...
August 26, 2022 at 7:30 pm
I found this topic via a Google search, and it kinda-sorta relates to my issue. I need a Script Component in SSIS to serve as a...
October 8, 2021 at 7:01 pm
I found this topic via a Google search, and it kinda-sorta relates to my issue. I need a Script Component in SSIS to serve as a...
October 8, 2021 at 6:59 pm
It now appears I may have found the solution:
Row.MyVARCHARMAXColumn.AddBlobData(System.Text.Encoding.UTF8.GetBytes("something")) or
Row.MyVARCHARMAXColumn.AddBlobData(System.Text.Encoding.ASCII.GetBytes("something"))
At least now my script doesn't generate an error for compilation. We'll see what happens at runtime...
October 8, 2021 at 2:23 pm
I found this topic via a Google search, and it kinda-sorta relates to my issue. I need a Script Component in SSIS to serve as a data source...
October 8, 2021 at 1:42 pm
I found this topic via a Google search, and it kinda-sorta relates to my issue. I need a Script Component in SSIS to serve as a data source for an...
October 7, 2021 at 9:31 pm
I'm thinking about this rather differently. My perception of a system that is based almost entirely on a hierarchy of tags seems like it's mostly a matter of time before...
October 1, 2021 at 1:35 pm
This is typically something handled by creating a trigger on the relevant tables, and is "on" all the time. When you need to capture the actions of only a specific...
September 27, 2021 at 8:38 pm
Viewing 15 posts - 31 through 45 (of 4,820 total)