Viewing 15 posts - 1 through 15 (of 275 total)
@skeleton567 It's just a dumb play on the "auto-increment" feature many databases have for numeric PK fields. And you know, "ex" is the opposite of "in", and... 😉
October 21, 2024 at 1:10 am
@jeff Moden for what it's worth, I saw your original post both before and after your follow-up, without issue. I am NOT missing a Jeff Moden post. That's...
October 20, 2024 at 10:15 pm
@skeleton567 Sure, are you asking about my screen name or my comments? 🙂
October 20, 2024 at 5:31 pm
I totally agree that relational databases will continue to be used for decades. Used wisely, they are far more utile and efficient than many people realize. However, as I'm sadly...
October 20, 2024 at 4:37 am
Man, this piece hit hard. Really hard. Thank you, Grant, for saying what probably a lot of us have been thinking. SQL is such a powerful and beautiful problem-solving tool.
But...
October 19, 2024 at 4:40 pm
Thank you for explaining without being a dick.
October 2, 2023 at 11:38 pm
I stand guilty as accused, I am a common man.
October 2, 2023 at 6:22 pm
Is the title supposed to be AI or IA? Also there's a typo in the code: textbblob. Interesting article though, thanks.
October 2, 2023 at 3:24 pm
Off-topic, but awesome to SEE Jeff Moden after all these years! The YT vid was a bit over my head but still fascinating.
August 31, 2023 at 9:11 pm
Maybe this post would fare better in the ADMINISTRATION category.
https://www.sqlservercentral.com/forums/forum/sql-server-2022/sql-server-2022-administration
May 25, 2023 at 6:08 pm
None of us have any idea what your stored procedure or your tables look like. But here's an idea:
DECLARE @MyList VARCHAR(MAX);
SET @MyList = 'S0,T0,t0,W0,';
WITH CTE AS
(
SELECT Warehouse...
January 3, 2023 at 9:35 pm
@frederico_fonseca I apologize, I missed that you were doing a recursive loop there. My bad.
December 30, 2022 at 7:50 pm
@frederico_fonseca I had the same idea as you initially, but your solution will not work either. What if there were 20 groups instead of 3? What if the...
December 30, 2022 at 5:24 pm
We really just need a way to view/export the results of the reconstituted queries. Thanks for your thoughts on this project though, I think I will pursue a non-SQL approach...
May 5, 2022 at 4:22 pm
Thanks for the reply, Phil! I think I could handle a simple query like that as well. Where it starts getting rough for me is when there are [x] number...
May 5, 2022 at 3:20 pm
Viewing 15 posts - 1 through 15 (of 275 total)