Viewing 14 posts - 1 through 15 (of 15 total)
No problem Edward!
And Jeffrey thanks for pointing out to look at the Execution plan.
I knew CHOOSE would become a CASE, but I never knew it was that visible!
February 20, 2025 at 8:17 am
The CHOOSE function will select the 3rd (CatID value of the only row in dbo.Categories) value of the rest of the CHOOSE function parameters. But there is no 3rd value,...
February 19, 2025 at 5:05 pm
The customer I got hired by uses automated deployments now with flyway (desktop) from AzDo pipelines, for over a year now, with success.
My migrations / implementation journey is available on...
September 17, 2023 at 6:00 pm
Cool stairway series, thanks Erin!
Last year there was a survey on the use a VCS for you database development:
September 17, 2023 at 2:07 pm
The context of the QoD was a code review of an SP which is used in running .Net software, without propper NULL handling indeed.
An Integer in .NET can't be assigned...
April 24, 2023 at 11:04 pm
Sorry folks, but the QoD submission some how went wrong.
This was the original explanation
TL;DR; Put a ISNULL around the SUM to ensure a numeric value is always provided, even in...
April 24, 2023 at 10:11 am
In a DTQP setup it is key to work as closely with production-(alike)-data as possible. This can be achieved with clones (or containers), there are several vendor but...
February 8, 2023 at 11:02 am
Despite that you haven't studied the article yet, this is an interesting question Jeff.
And no, this was not covered in the article in-depth, because it involves the basics of git...
February 8, 2023 at 7:24 am
The fear of reliance on tools is completely normal, tools do their thing (until they break ;-)) but only to support the process of the team.
The process, that's something that...
November 9, 2022 at 8:26 am
DEVOPS is a buzzword !!!!!
Can anybody point me a solid guideline how to manage legacy typed databases in a DEVOPS environment? NO !
...
Multiple projects / teams working on a...
November 8, 2022 at 3:45 pm
The only thing the AintTim is asking imho is:
Why does the validation of a non existing column in the existing table, dbo.WS_setup (assuming it's a table), works if there is...
November 7, 2022 at 9:35 am
Thanks Mike!
To my knowledge it's true what you say. Backups without "copy only" flag can mess up your backup chain:
“Copy Only backup is an independent backup and it does not...
April 29, 2021 at 1:36 pm
Diskpart for the VHD handling works fine indeed, you wouldn't need the Hyper-V modules then.
But what I'm referring to is does your module make use of the Volume Shadow Service?
So,...
April 29, 2021 at 10:03 am
Wow Sander that's pretty nice, I wasn't aware of all the effort you put in that library, it looks really complete.
I will definitely try it out.
What do you use as...
April 29, 2021 at 9:30 am
Viewing 14 posts - 1 through 15 (of 15 total)