Viewing 15 posts - 1,651 through 1,665 (of 22,202 total)
Nope.
System databases and system objects are managed by the system. That's it.
August 12, 2020 at 12:26 pm
I particularily enjoy pasting dates into excel, sort of like a box of chocolates ...
Spring Surprise or Lamb's Bladder Cup?
August 11, 2020 at 9:08 pm
Nothing you do is going to show that. A newly restored database has no performance metrics stored with it of any kind.
In order to diagnose this kind of behavior, you...
August 7, 2020 at 12:49 pm
Have you looked at the execution plan? I'd say it's probably the LIKE statement. However, you need to determine how SQL Server is resolving your query and that answer is...
August 7, 2020 at 12:43 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 what...
August 7, 2020 at 11:48 am
I'm not sure I understand the question. Yes, the SPID above should match any SPID you capture using Profiler or Extended Events.
August 5, 2020 at 6:12 pm
Thus, the only real issue is dirty reads. So, again, if dirty reads would cause you a problem, DON'T use NOLOCK. If not, you can consider it.
But...
The biggest issue...
August 4, 2020 at 4:58 pm
August 4, 2020 at 4:49 pm
Are they part of larger batches? There could be multiple statements involved.
August 4, 2020 at 1:56 pm
Adding NOLOCK here, or almost anywhere, is a bad idea.
Look, if you really want to have dirty reads, change your connection string to use READ_UNCOMMITTED. That's the same as NOLOCK,...
August 4, 2020 at 11:37 am
You've identified some queries, but now you need to investigate their behavior within the system. The way to do this is to look at the execution plan in order to...
August 4, 2020 at 11:35 am
Thank you for those posts Grant. It helps to try and reset your view when there's so much going on that can drain us emotionally right now. I'm not...
August 3, 2020 at 6:26 pm
Viewing 15 posts - 1,651 through 1,665 (of 22,202 total)