Viewing 15 posts - 6,646 through 6,660 (of 59,091 total)
Could you post the plan here: https://www.brentozar.com/pastetheplan/
Frederico attached a converted copy as a ZIP file.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2020 at 8:18 pm
I've been playing with this some more, Scott. It turns out that the Partitioned COUNT(*) is just freakin' nasty (creates 145 extra reads on a 2 page table) compared to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2020 at 2:37 pm
How would Microsoft actually handle this case though, without disabling the ability to convert MAR1 into the 1st of March for the rest of the users? If the trick...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2020 at 2:30 pm
OMG! The world has gone completely mad. If you still don't think that spreadsheets rule the world, read the following article. The "punch line" after the title of the article...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2020 at 1:53 pm
having a sqlplan won't give you the sql query (the one that matters) on this case as a view is being used.
main query is a view - I would...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2020 at 1:47 pm
For me, the link provided by the OP doesn't point to an SQLPlan file. It points to a file but SQL Server doesn't recognize it as an SQLPlan.
Eirikur,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2020 at 1:13 pm
For me, the link provided by the OP doesn't point to an SQLPlan file. It points to a file but SQL Server doesn't recognize it as an SQLPlan.
Eirikur, what did...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2020 at 5:18 pm
And, PLEASE... remember that the MVP award is a "Service Award". Although a great many (for example) SQL Server MVPs (such as the author of this article, Kathi Kellenberger and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2020 at 4:24 am
Anything that you write for code can be changed by anyone with SysAdmin privs. No pun intended, but if you want the STIG to "stick", you're going to have to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2020 at 12:08 am
It has no dependencies because it sorts the values again (as I understood the q). If you have a lot of data that has already been sorted, that may...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 4:56 pm
This is one of the reasons why I use RAISERROR('Section: %s Duration(ms): %u',0,0,@SectionName,@Duration) WITH NOWAIT: in virtually ever section of stored procedures I write to write section name, duration and,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 1:32 pm
I have a standing offer on LinkedIn to promote anyone looking for work. I'll double down on that for Threadizens. I can actually say I know that you know...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 1:20 pm
Step 1, get a much nicer picture for linked in and smile a little bit.
Step 2, update your recent history and make sure you list your major accomplishments!
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 3:58 am
p.s. And what I was getting at is you could do your RowNum at the same time if you really need it but I'm thinking that sorting by ID is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 3:02 am
Ok... give this a try and let me know if this does the trick or not. I left your RowNum in there instead of sorting by the ID. I think...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2020 at 2:27 am
Viewing 15 posts - 6,646 through 6,660 (of 59,091 total)