Viewing 14 posts - 31 through 44 (of 44 total)
Brent Ozar's blitz is pretty helpful. Doesn't get you all of the information you specified, but it goes well with a bowl of wheaties
January 9, 2014 at 2:57 pm
Just curious, what work are you doing that requires it to be taken offline? You can reboot the active node in a mirrored relationship and assuming nothing breaks during...
January 9, 2014 at 2:45 pm
Nadrek (1/2/2014)
4) Whatever you do, if maintenance windows are a concern, start estimating! How long did it take to do a ~100k page nonclustered index? A ~100k page...
January 8, 2014 at 6:07 pm
Here is the one I like using. Written by SQLDenis, it helped me quite a bit when I needed to write migration routines between two systems.
January 7, 2014 at 5:56 pm
I have used RedGate products faithfully for the last 6 year. I recommend it quite frequently to others, and I use it religiously (as I'm writing this reply I...
November 22, 2013 at 11:12 am
You can add more files to tempdb without restarting
October 25, 2013 at 9:19 am
The link that George Parker posted http://www.sqlskills.com/blogs/kimberly/transaction-log-vlfs-too-many-or-too-few/ is a good place to start.
Basically, observe the size of your log. During a maintenance window shrink that puppy...
October 23, 2013 at 10:24 am
Here is a link to Michelle Ufford's post on getting the VLF count
http://sqlfool.com/2010/06/check-vlf-counts/
Another great tool comes from Pedro Lopes
Cheers
October 22, 2013 at 8:35 pm
If your log has experienced lots of autogrowth you might want to check the number of vlfs. I've seen 3 cases in the wild where vlfs have been extremely high,...
October 22, 2013 at 7:22 am
I think Bhuvnesh hit the mark. Optimize the indexes on the table if they are poor.
We have some logging tables and the development teams initial fear was to not...
October 17, 2013 at 12:31 pm
Check to make sure you have set a reservation for the memory in sql. Also see how much memory the host has left over after all the VMs are...
October 17, 2013 at 12:24 pm
We use office365 and our sys engineer setup a relay for us to use with SQL.
October 16, 2013 at 12:53 pm
GilaMonster (10/11/2013)
George M Parker (10/11/2013)
October 14, 2013 at 7:43 am
Check the page count on the indexes that are not defragmenting. SQL Server will not defrag anything 8 pages or less.
October 14, 2013 at 7:39 am
Viewing 14 posts - 31 through 44 (of 44 total)