Viewing 15 posts - 3,721 through 3,735 (of 22,210 total)
Why are you using auto close?
One example of what is generally thought of this setting.
Unless you have a well documented reason with a lot of testing...
July 6, 2017 at 11:53 am
With the DISTINCT aggregation operation in addition to the GROUP BY operation but no filtering at all, you're going to be somewhat dependent on hardware (mostly memory & disk) to...
July 6, 2017 at 11:49 am
Just guessing (which is frequently unhelpful, it's why everyone is asking you to post the code), your functions. Are they by chance multi-statement table-valued functions? If so, those are notoriously...
July 6, 2017 at 11:45 am
FizzBuzz is an interesting programming problem, and just for kicks I posted...
July 6, 2017 at 7:45 am
Probably too late to do this now, but it'll prove handy for any new upgrades you do.
Moving to 2016, the Query Store is your best friend. Move the...
July 6, 2017 at 7:41 am
Mostly, I stick to the metrics supplied by the portal along with monitoring wait stats within the database (sys.dm_db_wait_stats) and using extended events to capture query metrics when needed. The...
July 6, 2017 at 7:35 am
If you're not specifically monitoring for recompiles, there's no for sure way to know why it happened. Now, you can understand why the plan changed. It generally comes from three...
July 6, 2017 at 7:33 am
DesNorton - Wednesday, July 5, 2017 11:13 PM@Grant FritcheyI believe that congratulations are in order, sir.
Commiserations you mean.
I promise to cause marginally...
July 6, 2017 at 5:38 am
July 5, 2017 at 9:14 am
June 24, 2017 at 7:00 am
June 23, 2017 at 7:42 am
Extended Events have a mechanism for doing this. First, you need two events (or maybe three), rpc_completed (and/or sql_batch_completed, or even one of the statement completed events) and the wait_completed...
June 23, 2017 at 6:42 am
June 23, 2017 at 6:27 am
Viewing 15 posts - 3,721 through 3,735 (of 22,210 total)