Viewing 15 posts - 1 through 15 (of 76 total)
This is a really nice article, but it's a bit scary. Suppose AI generated a script but didn't "know" that a division by 0 could occur since no training example...
February 12, 2024 at 4:29 pm
For ten years I've used this site to publish articles about interesting problems I've worked on as a consultant.
Interviewers for new opportunities generally acknowledge this work, so they already have...
January 5, 2024 at 8:19 pm
Thank you for this.
I didn't know that the function mimimal_path even existed.
Presumably it uses Dijkstra.
I've not used minimal paths before, but suddenly I needed it for a large HR project...
January 5, 2024 at 5:45 pm
You're absolutely correct.
I should have said:
"For example, C -> D -> B -> A cannot have a lower cost since the cost of D -> B -> A can’t be...
January 5, 2024 at 5:36 pm
I've never heard of SQLFacts - thank you for exposing it.
June 16, 2023 at 4:25 pm
Thank you everybody for your helpful comments.
A little context here.
As a database consultant I was asked by my client to perform a merge on 27 tables, one of which had...
February 20, 2023 at 3:19 pm
Hello Ruedifuchs,
Thank you for your comments.
Unless I've misunderstood comment 2) it is possible to SELECT statements in @DML that return results, eg.
DECLARE @ERROR_NUMBER INT
DECLARE @ERROR_MESSAGE VARCHAR(MAX)
DECLARE @Row_Count INT
EXEC...
January 21, 2023 at 11:12 pm
The attached file contains a print-ready copy of this article in PDF format along with the listing of the stored procedure.
January 20, 2023 at 11:13 am
Thank you Alan.
As noted above, I've attached the article in PDF format (no ads) to improve the layout of the tables.
September 7, 2021 at 3:50 pm
A copy of this article is attached in PDF format, along with the resource section.
September 6, 2021 at 1:49 am
Congratulations skeleton567 on your seniority in programming! Have you worked on mainframes?
In my opinion there are two basic skills needed in programming SQL (or any other language): mechanical and engineering.
The...
August 19, 2021 at 5:26 pm
You can avoid MERGE in some cases:
https://www.sqlservercentral.com/articles/how-to-avoid-merge-in-sql-server
January 26, 2021 at 4:57 pm
"No one will drive us from the paradise which Cantor created for us"
David Hilbert
1925
Cantor's work in set theory was a stunning development, but so was mathematical logic.
Did you know that...
January 19, 2021 at 5:00 pm
Viewing 15 posts - 1 through 15 (of 76 total)