Viewing 15 posts - 541 through 555 (of 22,189 total)
You don't want any one session to do too much. It makes it harder to distinguish the information, search for what you want, etc.. Plus, you put more of a...
February 14, 2023 at 10:32 pm
Oof. Trace. Not extended events. These are even more resource intensive than extended events. I'd turn them ALL off and go with XE, especially because your system is already under...
February 14, 2023 at 9:02 pm
Is the blocked process report running as part of query collection? It shouldn't separate those out. One as one session. One as another. And, yeah, capturing query metrics, especially at...
February 14, 2023 at 8:16 pm
Oh, super cool!!! I guess I'll look around for tutorials on it. You wouldn't happen to know any, would you? (Check learn.microsoft etc?)
I don't have one I can recommend,...
February 14, 2023 at 6:05 pm
Have you captured the blocked process report? That's going to show you the precise blocking chain. You'll have a total story, and one that cannot be argued with. And yeah,...
February 14, 2023 at 1:35 pm
A bunch to unpack here. Let's start with the nerdier stuff.
You list a bunch of events for capturing query metrics, but, you're missing a few, sp_statement_completed for example, since you're...
February 14, 2023 at 1:33 pm
Personally, I'd go with what I'm familiar with and can support. If you're better in AWS, that's probably your best bet.
HOWEVER...
I would also be very cautious about moving your friend...
February 14, 2023 at 1:23 pm
If I were doing a lot of external data, I'd absolutely be looking at Polybase. It's a way to query the data in place that's more efficient than some...
February 14, 2023 at 1:15 pm
I'd look at this article by Jonathan Kehayias. I think it covers what you're looking for. In general, you may not have a direct, "HERE IS THE ONE PIECE...
February 14, 2023 at 1:10 pm
Education.
Get extended events out and set up data collection. Show them how long queries take. Show them how blocking works, and how sometimes, you simply can't guarantee 2 seconds of...
February 14, 2023 at 1:05 pm
If you've been running without partitions for 12 years or so, why add them back? Partitions are all about data management, not performance. If you're not dealing with all the...
February 14, 2023 at 1:01 pm
If you get your answers from ChatGPT you should say so.
Ha! I was just coming down to say something similar. I suspect we're going to be seeing a LOT...
February 14, 2023 at 12:51 pm
Oh, I know all too well how people try to avoid doing new & different stuff. The issue to me is pretty clear though. Learning is a skill, like any...
February 13, 2023 at 2:52 pm
Bob Ward's pre-con was a pretty compelling reason to go to Austin's SQL Saturday. I saw a 2 hour-ish presentation about a year ago by Bob Ward on 2022. ...
February 10, 2023 at 1:26 pm
As emphatically strong a suggestion as I can make...
If you get the opportunity to take the all-day class on SQL Server 2022 put on by Bob Ward of Microsoft, jump...
February 10, 2023 at 1:02 pm
Viewing 15 posts - 541 through 555 (of 22,189 total)