Viewing 15 posts - 6,361 through 6,375 (of 59,072 total)
However, it appears the OP didn't go for it and just only wants his kludge to be made to work.
Considering the way the OP asked the question, I'm not...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 3:52 am
Hi
This probably a silly question but.....
If I query the size of a table and it shows 20 gigs in size, when I do a select * from that table...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2020 at 2:31 am
The reason why I wanted you to post your test harness is because you claimed that the Tally solution took 19 MINUTES to the rCTE's 12 MINUTES on that post. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2020 at 10:58 pm
Here's another one. It took 19 minutes vs 12 minutes for the rCTE. There's no sample data and no time for making any up. Hopefully the query...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2020 at 10:19 pm
I showed you can be put in a CTE, a view or used as a standalone query as needed.
Nope... you may have mentioned it but you've not "shown" anyone...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2020 at 10:18 pm
Here's another one. It took 19 minutes vs 12 minutes for the rCTE. There's no sample data and no time for making any up. Hopefully the query is sound. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2020 at 9:37 pm
Any time I've needed to populate a table of sequential numbers, I just done it by brute force. No recursion or fancy stuff. Remember the definition of place...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 11:29 pm
You definitely do work with all departments in the company, which is an aspect of the job that I like.
Heh... when I first heard of "DevOps", my thought was...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 5:15 pm
Your efforts are much appreciated but the COUNT(*) stuff is going to confuse the very newbies that you're trying to not confuse (by using fnNumbers as the name).
I've also found...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 4:55 pm
Hi @Grant Fritchey thanks for your reply, we are moving towards backup and restore on AWS RDS but in the meantime I need to use this procedure, can you...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 4:45 pm
I want to number weeks from April to September for every year, such that week 1 starts 1st of April and ends the following Saturday and week 2 starts...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 3:55 am
Hi Andrew-
Thanks for turning me on to Jeff Modon. Loved his article and sense of humor.
I corrected the length of the @status parameter to 250.
I put the following after...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 1:13 am
True enough. Thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 12:55 am
Maybe my confusion on this subject is that maybe I've guessed wrong about what you mean by "Minimal" so let's look back at your original question...
What is the minimal...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2020 at 12:11 am
Any MDF, NDF, or LDF file currently being used by SQL Server cannot be modified in any way. With that in mind (and it would also work if multiple instances...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2020 at 7:11 pm
Viewing 15 posts - 6,361 through 6,375 (of 59,072 total)