Viewing 15 posts - 2,821 through 2,835 (of 59,086 total)
Ok, so now find the code that's doing the blocking. One way to do that is to look sp_WhoIsActive by Adam Machanic or Brent Ozar's sp_BlitzCache, read the instructions, download...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:04 pm
Make sure you're keeping up with these cumulative updates ! They fix a lot, but you'll have to test !
It's almost humorous as to the amount of irony in...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 2:57 pm
@Eirikur...
I guess that I'd hunt down the people that designed that "edge case" and introduce them to pork chop dinners in a major way.
Heh... reminds me of the battles I...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 2:52 pm
2) I have few cols...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 2:47 pm
I wonder if instead of using literal number 8000, you could limit the number of rows in the first CTE
to count the number of delimiters in the string, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 4:41 am
Why not reach out to the author of that article?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 12:35 am
I was wondering if anyone knew how I can change the Excel rendering format in the reportserverconfig file
so the default cell format is text and not General. If not,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 12:31 am
Question for the smart people, and the rest of you.
Would you endorse or get behind the statement: Some deadlocks are healthy. or Some level of deadlocks is healthy.
Or...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 12:08 am
Knowing when the last index maintenance is nice to know... In conjunction with the two types of fragmentation, it helps alert you to which indexes might need some help in...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 9:24 pm
BTW, Steve... Congratulations on MVP #15! WHOO_HOOO!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:28 pm
So dig into that one query and find out what's going on with it and what's causing it to wait.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:26 pm
I wonder if instead of using literal number 8000, you could limit the number of rows in the first CTE
to count the number of delimiters in the string, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:21 pm
Heh... checking out the following link...
https://financesonline.com/10-biggest-hotelst-in-the-world-the-highest-number-of-rooms-to-stay-in/
... The entries that list the number of rooms, floors, and buildings seem to indicate that TinyInt will probably work just fine. You would need...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:14 pm
I'd likely do similar but with TinyInt for each. There'd also be a usage category column.
Having been to Las Vegas in the last few years, not sure a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 7:59 pm
It's just my opinion but that violates the rules of integer division
Why would you expect the rules of integer division to apply when the input data are not...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 7:57 pm
Viewing 15 posts - 2,821 through 2,835 (of 59,086 total)