Viewing 15 posts - 421 through 435 (of 13,838 total)
Just got the error now replying here
504 Gateway Time-out The server didn't respond in time.
I get this error an estimated 90% of the time. I know now to simply...
May 8, 2024 at 9:17 am
If you search other forums, you will see that this is commonly known as the 'silent truncation issue'. The most common workarounds appear to be as follows:
May 7, 2024 at 11:50 am
Interesting.
It would appear that the second and subsequent executions of declare @spec are completely ignored.
As there is no way (as far as I know) of destroying or amending a table...
May 7, 2024 at 6:57 am
Simply reading from a table that is being written to should not cause a deadlock. Are you sure that the read queries are causing the deadlocks?
May 6, 2024 at 12:12 pm
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
Viewing 15 posts - 421 through 435 (of 13,838 total)