Viewing 12 posts - 16 through 27 (of 27 total)
Policy based management.
December 13, 2012 at 2:59 am
No it doesn't break the log chain. A full backup contains only enough transaction log necessary to be able to restore that database to a transactionally consistent time - the...
December 12, 2012 at 12:54 am
Check the throughput of the SAN system as well as configuration of HBA queue depth.
See the virtual file stats if there are high IO read and Write stall( sys.dm_virtual_file_stats).
Capture IO,...
December 12, 2012 at 12:05 am
Yes.. Initially it creates a database file and initialize it to zero. In your case the first restore took long time as it has to create a data file and...
December 11, 2012 at 11:14 pm
Take the copy_only backup whenever you require without breaking the log backup and do testing at your test server.
December 11, 2012 at 1:20 pm
I agree with gail you will not get any gain if the database have more than one log file. Sql server writes and fills transaction log the file sequentially where...
December 11, 2012 at 1:12 pm
Give me more information about what is the table structure and clustered index key and non clustered index built on it. If the clustered index key long and it is...
December 11, 2012 at 12:55 pm
If the instant file initialization is not enabled then before restoring the data sql server zeroing out the data file and start process the restoration. Try enable the instant...
December 11, 2012 at 12:48 pm
Hi,
Check sp_whoisactive procedure after running the above statements. It will tell you which session id is blocing the table.
OR
U can check the information sys.dm_tran_locks to see if there...
December 11, 2012 at 5:17 am
Please find the below link.
November 14, 2011 at 11:16 pm
Viewing 12 posts - 16 through 27 (of 27 total)