Viewing 15 posts - 661 through 675 (of 22,184 total)
I have a magic phrase I've memorized and you can have it too.
"I don't know, but here's how I'd find the answer..."
Now, you have to have a plan...
December 13, 2022 at 12:47 pm
Since you're talking non-production environments, I'd suggest doing side-by-side installs so you can be more assured of your results. Upgrading, and downgrading, are always fraught with potential issues. You just...
December 12, 2022 at 1:58 pm
Since you're talking non-production environments, I'd suggest doing side-by-side installs so you can be more assured of your results. Upgrading, and downgrading, are always fraught with potential issues. You just...
December 12, 2022 at 1:58 pm
Thanks for the feedback all. No, no hate on Trace. I was dead serious in what I said about never questioning anyone using it ever again. Also, equally serious about...
December 12, 2022 at 12:15 pm
Next time, please, a link. I tracked it down. Seems to be missing or something. I've sent it on to those who might know.
December 9, 2022 at 1:59 pm
December 8, 2022 at 1:28 pm
All set. I tested to make sure posts can go up, so you should be ready to go. Ask away!!
December 8, 2022 at 1:28 pm
Good point. I'll see what I can do.
December 8, 2022 at 1:18 pm
Make sure you turn on blocked process report in Extended Events. It'll be a lot easier to KNOW what's going on rather than relying on some random people on...
December 8, 2022 at 1:14 pm
It's not traditional ghost rows. Those are from a simple delete and you'd never see what you're seeing (I stand by my very first post in this thread on that...
December 6, 2022 at 8:16 pm
You didn't indicate schema in your pseudocode. Did you use schema name in your query? (Recommend you always do to avoid ambiguity) Any tables, views, or synonyms w/ the...
December 6, 2022 at 2:19 pm
Also, the code didn't include the clustered index that is clearly there in the plan and the picture of the table.
December 6, 2022 at 2:17 pm
Ah, so RCSI and Availability Groups. That changes things.
So, yeah, what's happening is, because you have RCSI, it has to keep those version records. Normally, those get cleaned up, but,...
December 6, 2022 at 2:16 pm
If there are 50k reads, there's some data somewhere. Without seeing the query, your structures, the execution plan, nothing but the version of SQL Server, which, sorry, communicates just almost...
December 6, 2022 at 9:49 am
Viewing 15 posts - 661 through 675 (of 22,184 total)