Viewing 15 posts - 706 through 720 (of 1,366 total)
you sure you have enough space on disk those days?
October 9, 2012 at 4:51 am
Shrinkfile is not recommended and after repeated attempts its not shrinking means SQL server is using it or need that much space.
October 9, 2012 at 4:44 am
To which location you moved the files?? Are they the same location where tempdb files resides?
After moving to the new location are you sure you have sufficient space under that...
October 9, 2012 at 2:21 am
Do you have that much tempdb operations happening to use 2GB?? If not try reducing the size of tempdb files and see how SQL Server behaves..
September 27, 2012 at 9:47 am
SQLSACT (9/26/2012)
GilaMonster (9/26/2012)
Unless you have buffer pool > total size of all DBs in use, you can't assume that there...
September 26, 2012 at 7:29 am
TimParker (9/26/2012)
September 26, 2012 at 7:10 am
GilaMonster (8/10/2012)
VLFs, once created, are never expanded or shrunk in any way.
Hi Gail,
Thanks for the reply. Can you please be more elaborate?
As far as i know chunks less than 64MB...
August 10, 2012 at 6:51 am
Its not recommended to shrink the files as its cause fragmentation as already posted by experts earlier
You can use DBCC SHRINKFILE to achieve the same
August 10, 2012 at 6:34 am
Experts,
If i have a 10 MB log file and if i add 40 MB will it create a total of 4+4 VLF or will it accomodate the new 40MB to...
August 10, 2012 at 6:31 am
Suresh B. (8/9/2012)
Ratheesh.K.Nair (8/9/2012)
1.What happenes if a rollback occurs just now?
Rollback happens in the memory and pages becomes dirty again.
Those in disk will be rollbacked to memory .Am i...
August 10, 2012 at 6:13 am
No error on SQL error log and found hte same error in windows log.
Master DB backup completed without any error.
August 10, 2012 at 6:04 am
Viewing 15 posts - 706 through 720 (of 1,366 total)