Viewing 15 posts - 691 through 705 (of 1,524 total)
Ray K (11/14/2012)
Big trade last night!!!
Certainly was/is.... man talk about unloading the team in one fell swoop... wow.
November 14, 2012 at 7:42 am
Check the SQL Server logs for what else might be going on. Are other databases in an odd state? Did you restart the server and msdb go into...
November 13, 2012 at 5:50 am
AH... THE DTA tables are from the database tuning advisor. Log into that and you will see saved tuning profiles.... delete them if you don't care to have them...
November 9, 2012 at 5:51 am
Hum... I don't know what to tell you... that table is quite large though.
Try doing a backup of msdb and restoring it as a different name and see if you...
November 8, 2012 at 7:18 am
Run a report on the MSDB data with Standard Reports, Disk usage by table. Find the largest tables and rebuild the indexes on them. You still have active...
November 8, 2012 at 7:11 am
There are several reasons for it. Typically the rows that are active are at the end of the file so it isn't shrinking. Rebuilding indexes on the tables...
November 8, 2012 at 5:00 am
I can't put the TEMPDB files on a local drive because this is a cluster.
I think I found a smoking gun....
I copied a 32 gig file from another server to...
November 7, 2012 at 9:22 am
No. TEMPDB is not trying to grow. I have it set to grow at 500MB. I have run the UPDATE Stats and DBCC CHECKDB many, many times...
November 7, 2012 at 8:14 am
scogeb (11/7/2012)
Markus (11/7/2012)
The left side of the graph from 0 to 100 goes up and down but if I highlight one of the lines...
November 7, 2012 at 8:04 am
Very difficult to tell you... if fluctuates.....
The left side of the graph from 0 to 100 goes up and down but if I highlight one of the lines below the...
November 7, 2012 at 7:43 am
So I am using PerfMon to monitor
physical disk performance Obj
avg dis sec/read counter
avg disk sec/write counter
avg dis sec/transfer counter
based on this article:
but I cannot figure out what the information...
November 7, 2012 at 7:02 am
Thanks for the ammunition. I will see what I can find out about this.
November 7, 2012 at 6:36 am
Perry Whittle (11/7/2012)
HBAs
HBA drivers
multipath drivers
Fibre channel switches
Etc, etc
Initially, check the Queue depth settings on the...
November 7, 2012 at 5:55 am
When I run Update Stats on large tables and Integrity checks is the only time I see these. In Activity Monitor the DataFile I/O Response time in MS goes...
November 7, 2012 at 4:39 am
Viewing 15 posts - 691 through 705 (of 1,524 total)