Viewing 15 posts - 436 through 450 (of 13,849 total)
Experts, I am learning some skills so I can troubleshoot some performance-related issues. I have gotten good with some basics but when it comes to query which gets the...
May 4, 2024 at 10:44 am
Use project-level connection managers, and then the change is required in one place per target.
May 1, 2024 at 3:53 pm
I don’t see any reason to be concerned about 3NF reqs here it’s a simple metadata table
Unless the number of tables containing defaults is likely to keep changing, I...
May 1, 2024 at 12:41 pm
Argh - yes. But how could you ensure that the value for DefaultPK in a given row existed in the table referenced by TableName? My 3NF-violating approach did allow...
May 1, 2024 at 12:08 pm
And we can obviously manage more than one "table needing a default row" in the new table - one column per such table.
Does anybody know of any drawbacks with...
May 1, 2024 at 8:23 am
Are you saying that my code does not work this way?
April 30, 2024 at 8:41 am
I've done the emails, the phone numbers and unmatched in the code that follows. You can add the rest yourself.
--Rule 1 - E-mail match
WITH AllEmails
AS (SELECT c.Custno
...
April 29, 2024 at 4:25 pm
OK, then ordering of the tests becomes important. Please specify the order in which the tests should be applied.
April 29, 2024 at 3:29 pm
Thank you Phil, great advise.
Sure I will try that. Can you provide some code based on data provided. and No to below question. please
Can the same customer be in...
April 29, 2024 at 2:03 pm
You mean build a completely separate app and simply call that from SSIS using an Execute Process task? That should work just fine.
April 29, 2024 at 1:29 pm
I think this better to do step by step first get all custno into temp table and groupid then updating each found, you know way way better you have seen...
April 29, 2024 at 1:28 pm
So my question is how can I add these nuget/dll files into ".SSISDeploymentManifest" and install them automatically when I am deploying the package?
As far as I know, you cannot. Adding the assembly...
April 29, 2024 at 12:46 pm
Your rules are too complex to do this in a single query. Instead, I suggest that you build up the groups one at a time, with one query for every...
April 29, 2024 at 12:43 pm
I don't think you answered this question:
Can the same customer be in more than one group?
This is a very likely scenario if all of the rules are always applied to...
April 29, 2024 at 7:00 am
Viewing 15 posts - 436 through 450 (of 13,849 total)