Viewing 15 posts - 1,801 through 1,815 (of 22,202 total)
If you have tables with fewer than 200 rows, the statistics won't be changing very often unless you're doing lots of replacements of that data, so I don't see how...
May 19, 2020 at 10:22 am
Development is where development and testing occurs. No production information should be stored there. You certainly shouldn't have weird cross server queries from production to development. This is a fundamentally...
May 18, 2020 at 5:27 pm
I don't see anything in what you posted to suggest that it's a cache problem. If you have two instances on the server, make sure each one has a max...
May 18, 2020 at 5:24 pm
May 14, 2020 at 5:40 pm
WHOOP!
All those classes on how to use Extended Events haven't been wasted.
And before there's more whinging about XML in Extended Events, let me point out two things. Using the Live...
May 14, 2020 at 12:42 pm
Not a problem. This is the kind of stuff people really need right now. I hope it helps.
May 11, 2020 at 2:18 pm
I'd be buying radio gear, but Mrs. Scary has me cut off.
May 10, 2020 at 5:06 pm
I'm not sure what you mean, DLL references. You'll have to clarify.
Can you query an Azure SQL Database and output the results to a local file like Excel? Yes. Pretty...
May 8, 2020 at 12:32 pm
Yeah, you have to save them as XML and then they can upload.
Index hints are EXTREMELY hit or miss and mostly miss. The plan will show the index being used,...
May 7, 2020 at 7:16 pm
Just getting the Execution Plan should be enough. Getting the Plan Plus Runtime Metrics won't add much to your information. Use the "Estimated Plan" button and that will give you...
May 7, 2020 at 1:57 pm
Have you looked at the plans yet to see what the differences in row estimates and behavior are?
I read through the update notes. I didn't spot anything that looks...
May 7, 2020 at 1:12 pm
So it is a parameter & not a local variable?
Hmmm.... What about making it a local variable. Instead of doing the calculation on the date value there, do it on...
May 7, 2020 at 12:55 pm
Is @EndDate a parameter or a local variable? If it's a parameter, I would assume that parameter sniffing should, in general, give you similar performance to having a hard-coded value.
However,...
May 7, 2020 at 12:47 pm
Incorrect connection string. No open port. No open IP address. Something network related for sure. Check that the listener service is running. Gotta be something along these lines because if...
May 6, 2020 at 11:14 am
Viewing 15 posts - 1,801 through 1,815 (of 22,202 total)