Viewing 15 posts - 1 through 15 (of 223 total)
Is it just me, or is this just a little bit, well, crap?
August 27, 2025 at 7:45 am
Minor quibble - the question asks about UPDATED_COLUMNS but the function is actually COLUMNS_UPDATED.
June 11, 2025 at 8:12 am
Thanks to all. I adapted Steve's code and it seems to work correctly. Now all I have to do is figure out how to use it in C#/LINQ!
Simple...
May 12, 2025 at 8:14 am
Thanks to all. I adapted Steve's code and it seems to work correctly. Now all I have to do is figure out how to use it in C#/LINQ!
May 12, 2025 at 7:30 am
Also, I've noticed that there's an error in the data, rectified by this script:
UPDATE
[People].[Person]
SET
LineManagerId =209
WHERE
(Id = 19);
May 9, 2025 at 12:10 pm
That's me told. My 6,000 points arise mainly from answering QotD, but apologies for supplying everything in the wrong order and in the wrong format. I'll try to do better...
May 9, 2025 at 11:43 am
Here's some data inexpertly obfuscated.
May 9, 2025 at 10:08 am
@Kevin77 - the short answer is that I use CoPilot to do the basic heavy lifting - I don't just tell it to write the unit tests and then assume...
February 28, 2025 at 8:00 am
As they say in my part of the world (Gloucestershire) - that's the badger.
February 27, 2025 at 9:44 pm
My employer (a moderately large software house in the UK, employing ~350-400 people) not only pays for GitHub Copilot, it also encourages us to use it. It's good for grunt...
February 26, 2025 at 3:23 pm
The DDL for the table was missing the [total] column.
February 26, 2025 at 8:34 am
The DDL for the table was missing the [total] column.
February 26, 2025 at 8:29 am
I'm not a DBA but a C# developer who has used SQL Server since V7. In my normal line of work, I've recently written a number of classes and then...
February 26, 2025 at 8:24 am
Thank you to Tonie and Jeffrey for explaining this to me ... I was completely wrong!
February 20, 2025 at 8:10 am
Assuming that your table contained only 1 row as specified, I don't think the answer is correct. I spun up a nonce table with exactly that data and the query...
February 19, 2025 at 8:58 am
Viewing 15 posts - 1 through 15 (of 223 total)