Viewing 15 posts - 601 through 615 (of 769 total)
Have you looked at upgrading? Compressed backups may help you.
[Unfortunately, the sql server is SQL 2005...so no compressed bkp possible..]
More work, but you could also try spreading you index rebuilds...
March 27, 2012 at 10:49 pm
Thanks Anthony.
However, found one MS post technet article (http://msdn.microsoft.com/en-us/library/ms151196.aspx), which says through P2P Replication we can implement the similar feature..
Is this meaningful?
Regards.
March 21, 2012 at 2:09 am
Thanks GilaMonster, the server is SQL 2K8.
November 6, 2011 at 9:39 am
I'm now suggesting the customer to use 'database level encryption'.
November 6, 2011 at 9:22 am
Thanks guys for the valuable feedback.
November 5, 2011 at 1:11 pm
The results will depend upon the presence of the database - test2!!
August 31, 2011 at 9:05 pm
I knew that unless we allocate a specific amount of max server memory, SQL will try to capture the most if required and OS will suffer to get the requisite...
June 25, 2011 at 1:31 pm
Hi Gail,
I wanted to know how much will be proportion while setting SQL Server memory (Min and Max server memory configuration). Also, the SQL Server, where the MOSS and Biz...
June 25, 2011 at 1:05 pm
Database Shrink job doesn't run during the time of Rebuild Of the Indexes. The strategy is:
1. First the Database Bkp job runs.
2. Second the T-Log bkp job is kept stopped...
May 8, 2011 at 11:41 pm
You can also check in the 'sys.dm_exec_sessions' view to get the details against the 'session_id' which is the SPID in the sysprocesses table!
May 8, 2011 at 11:24 pm
Thanks Gail.
So, are you suggesting me to use 'the database maintenance task' to rebuild the stats?
May 7, 2011 at 2:34 am
Viewing 15 posts - 601 through 615 (of 769 total)