Viewing 15 posts - 421 through 435 (of 13,841 total)
Are you planning on basing your software purchasing decisions on the results? If not, why are you doing this?
May 10, 2024 at 9:52 am
I can't quite work out what's going on here.
It sounds like all of your data is coming from text files and SQL Server is not involved at all. Is that...
May 10, 2024 at 9:48 am
I work from home and use a single 49" Samsung gaming monitor, which I (virtually) split into three windows. Having got used to it, I would never choose to go...
May 10, 2024 at 9:24 am
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
Viewing 15 posts - 421 through 435 (of 13,841 total)