Viewing 15 posts - 1 through 15 (of 17 total)
As per this DMA document link, its showing backup and restore will work for SQL 2008 SP2 to SQL 2017 without updating SP4.
Backup and restore: A backup taken on SQL...
May 15, 2019 at 5:24 pm
You can reduce the backup time by specifying multiple files instead of single file. Or try with Blocksize=65536 if you are using single device
September 4, 2011 at 1:54 pm
i can see low PagelifeExpectancy and high pages/sec showing memory issue..
February 15, 2011 at 12:39 pm
I like the step by step approach for learners...
September 30, 2008 at 11:27 am
MAK
looking forward to the next part.. you have selected the very important topic for all dbas...
July 15, 2008 at 1:51 pm
check this out
i remember the query optimization stuff gail mentioned about can be found in the book "SQL Server Query Performance Tuning Distilled by sajal dam"
May 28, 2008 at 7:14 pm
take a look at the pagelifeexpectancy counter, it should not be less than 300 , it it is very low
you cache is clearning frequently because of less memory.
February 12, 2007 at 1:18 pm
Did you monitor the memory counters that time? Is there any memory pressure?
monitor SQLServerBufferManager counters Buffercachehitratio, Pagelifeexpectancy
etc and find any major differences.
October 18, 2006 at 1:25 pm
run profiler(filter using db_id ) to find the activity going on to that database
October 17, 2006 at 5:32 pm
drop and recreate the index for the table id -2321667210 and run dbcc again
April 29, 2006 at 8:02 pm
Rough estimate is 25% of your big database size. You can estimate the dbcc checkdb tempdb requirement by running DBCC CHECKDB WITH ESTIMATEONLY. Temdb growth depends on how many worktables/objects...
December 30, 2005 at 12:38 pm
Consider removing the Windows NT Boost Fibers option & verify the indexes, fillfactor to improve data loading
December 28, 2005 at 9:59 am
I agree with Rudy, I had the same problem too because of the network. I defect all the servers and enlisted again. I could not able to enlist the target...
November 1, 2005 at 6:13 pm
i have more than 100 servers running with MSX-TSX relationship, works fine. All the remote server maintenance jobs are created on the MSX are downloaded by the TSX with in...
November 1, 2005 at 9:26 am
EM does'nt support Restore with Password
January 13, 2005 at 10:08 am
Viewing 15 posts - 1 through 15 (of 17 total)