Viewing 15 posts - 1 through 15 (of 15 total)
Thank you, RevOX11.
I've been thinking of wringing a Sudoku Solver for years now, just haven't made time to do it, yet. My personal interest isn't so much "can a computer...
March 5, 2021 at 3:27 pm
I'm also curious how, being a write-only solution, your NoSQL implementation handles deletes, and by "delete" I mean in the logical sense, where, for some reason, the Homer record and...
November 2, 2020 at 3:23 pm
In "Julianized Calendars" the image after your text "Here is an example from 2007" is the same as the image above it. I wasn't quite getting the intent, as I...
July 8, 2020 at 3:48 pm
Maybe this is the year we decide to stop requiring passwords from our users, removing one more barrier for _them_ to get all of their passwords under control?
Gibson Research has...
January 15, 2020 at 3:38 pm
Excellent article! We haven't had much call for MERGE yet, but it's good to know that OUTPUT will work fine with it, and your instructions make it clear what we...
March 8, 2019 at 12:00 pm
Good point. Then, I'd guess that "toasters" would fall into categories (pick any one, as one's pretty much as good as another):
- A web browser
- A file compressor/decompressor
July 30, 2018 at 8:42 am
Ninite, for installing/updating software. Never start a new computer without it. Any time any of my software complains it's out of date, I run Ninite to update them all (well,...
July 27, 2018 at 9:42 am
In 25+ years of coding, my reasons for commenting code have changed, and it's currently focused on the Who, When and Why of the code, only dealing with the What...
June 11, 2018 at 10:36 am
sqldoubleg (11/17/2015)
Joe Garrick (11/17/2015)
April 20, 2018 at 8:23 am
What I've found to be very handy when writing batch files like this is to have an option to get a reminder of what the batch does, and what parameters...
January 29, 2018 at 10:02 am
It would be good to be aware of what newer constructs you are using that will limit the backward-compatibility of your solution. CURRENT_TRANSACTION_ID only exists in SQL Server 2016, and...
December 22, 2017 at 10:08 am
Great article, and I'll definitely be keeping this in my tool belt.
One really minor, nit-picky thing: In your list of examples, "1 -- debug only - no truncation" should...
April 18, 2017 at 2:43 pm
Yes, http://www.sqlservercentral.com/articles/Stairway+Series/121633/ states that it was introduced in "SQL Server 2012" not "SQ LServer 2016"
August 6, 2015 at 10:20 am
Does the file's source have to be on the server where SQL Server is installed? or, can this retrieve a file from a remote location, like a user's local...
May 29, 2015 at 9:29 am
Viewing 15 posts - 1 through 15 (of 15 total)