Viewing 4 posts - 1 through 5 (of 5 total)
The CPU, Disk and Memory are all OK, so is the network 2
Every month between 23 and 30, database access and response is very slow to and from the java...
January 31, 2011 at 7:04 am
No maintenance plan for rebuilding the indexes.
I have tried to shrink the MDF files without any progress.
I used both DBCC shrinkdatabase(MyDB, TRUNCATEONLY) and also DBCC Shrinkfile(MyDB,20480)
However, shrinking the Transaction Log...
November 2, 2010 at 7:51 am
Hi,
I dont think my MDF file (46GB) is actually holding that much information.
Why? Cause my Recovery Model is FULL and my LDF file is now under 5MB
First why do you...
November 2, 2010 at 3:45 am
Database Recovery Model = Full
Yes, Transaction log backup are being taken via Maintenance job and its now down to less than 36MB
But the Data file is still between 40 and...
November 2, 2010 at 1:56 am
Viewing 4 posts - 1 through 5 (of 5 total)