Viewing 15 posts - 3,721 through 3,735 (of 22,213 total)
You'll have to test this with realistic data to answer the question for yourself. If you have very small files and very few transactions with them, it probably won't affect...
July 10, 2017 at 6:13 am
July 6, 2017 at 12:09 pm
You need a lot more information to come up with a full HA and DR plan other than "I have four servers, now what?"
Are you on SQL Server...
July 6, 2017 at 12:07 pm
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
Viewing 15 posts - 3,721 through 3,735 (of 22,213 total)