Viewing 15 posts - 31 through 45 (of 4,814 total)
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
Just my two cents, but typically, when your SUM aggregates aren't coming out correctly, it's almost always because one of your JOINs is contributing more than one row when it...
September 27, 2021 at 8:11 pm
Yes, not because I did not want to but because it was unfamiliar and difficult for me to understand. Not denying that.
Thank you anyways.
Soooo, .... your solution is to...
October 29, 2020 at 1:49 pm
Yep, what Sergiy said is relevant because just knowing that a given computer is located in France doesn't guarantee that the locale settings are set for French, nor does it...
October 26, 2020 at 2:12 pm
I use one table (call first table) field's value to update another another table (call second table) field's value, but the field of the second table is not fixed,
only...
October 26, 2020 at 1:57 pm
You also may want to be sure you completely understand ALL the rules for leave taking, including such possibilities as minimum time between leave-takings. As a calendar year's length is...
October 26, 2020 at 1:46 pm
Viewing 15 posts - 31 through 45 (of 4,814 total)