Viewing 15 posts - 1 through 15 (of 301 total)
I think one reason to enable FORCED PARAMETERIZATION for specific DBs with high volume of ad-hoc queries would be to try and reduce the size of TokenAndPermUserStore cache. When this...
August 13, 2021 at 4:07 pm
I like Sergiy's idea. Or use sliding window partitioning, if that's a fit. Takes a bit more work to set this up, but requires much less outage/blocking time during the...
April 22, 2021 at 1:39 pm
I agree with the other comments. But if you want to do this in the short term you can add to your "check & kill" sp a raiserror or xp_logevent...
February 12, 2021 at 7:16 pm
Without giving this a lot of thought, I don't see benefit of putting HA nodes in different subnets. I have built and supported lots of AGs, never did this. Different...
December 31, 2020 at 2:46 pm
My favorite is still Query Analyzer, with its non-tabbed MDI windows. SSMS is second, and while the notebooks really appeal to me, I find ADS even less attractive at present. ...
December 4, 2020 at 3:13 pm
I love articles like this, explosing the hidden gotcha. Thanks for sharing.
August 26, 2020 at 12:57 pm
One thing to keep in mind is that the current DB context specifies whether PARAMETERIZATION is FORCED or SIMPLE. When FORCED, some filtered indexes may be rendered unusable.
ref: https://www.sqlservercentral.com/articles/Indexing/129423/
July 16, 2020 at 4:34 pm
Thanks, Jeff. Very interesting.
May 28, 2020 at 8:09 pm
I just sync the service master key from the old server to the new one. Simple process: 1) BACKUP SERVICE MASTER KEY TO FILE using some pwd; 2) copy the...
December 12, 2019 at 2:37 pm
I am surprised to see this. Thank you for posting it.
December 10, 2019 at 2:50 pm
Here's one way that requires a temporary 3rd node: add a standalone SQL server; configure new AG between your existing FCI and the standalone; evict one of the FCI nodes...
November 25, 2019 at 6:52 pm
I appreciate you posting this. I reckon the exhibited behavior does make sense, but would not have occurred to me.
November 15, 2019 at 5:01 pm
I also suspect index maintenance. If so, associated LDF growth can be minimized by temporarily changing tlog backup frequency to something very frequent (e.g. 30sec) while index maintenance is running,...
October 25, 2019 at 9:07 pm
I think suspending would not help anyway, just would defer all that work until later (and I think it piles up in the LDF?).
Another way to possibly improve things would...
October 25, 2019 at 9:02 pm
I am not good at this stuff, really not a fan of XML, but here's an example of approach I use. Crude example, but maybe enough to get you started. ...
October 21, 2019 at 3:23 pm
Viewing 15 posts - 1 through 15 (of 301 total)