Viewing 15 posts - 841 through 855 (of 5,103 total)
De-Fragmentation (Database Maintenance scripts in general) must be used in replicas as well as in the primary.
December 4, 2008 at 11:32 am
You should check for Blocking, Recompilation and table statistics problems.
December 3, 2008 at 2:39 pm
I think you want to probably capture an SQL "trace" and then replay it on the "development" database at will.
December 3, 2008 at 2:33 pm
Use "Linked Table Manager" in MS Access Front-End
December 3, 2008 at 2:30 pm
You should take transaction log backups while this is running to avoid log autogrows which could slow you down even more.
December 3, 2008 at 2:13 pm
SQL Server Backup files compress very well. Log Shipping is probably appropriate for you.
December 3, 2008 at 1:25 pm
No. If you restore on a new server all replication settings are lost.
December 3, 2008 at 1:14 pm
It has been my experience that this things happens *A LOT* with the Standard Edition (no lock pages in memory) when other than SQL Server Apps are running on the...
December 2, 2008 at 11:09 am
By any chance is this happening while you are "COPYING" files across the network ?
December 1, 2008 at 1:01 pm
I would do all the "IF...THEN" on the "Client" and call the appropriate proc on the server directly.
December 1, 2008 at 12:56 pm
bvansickle (12/1/2008)
December 1, 2008 at 12:43 pm
Jeff Moden (11/18/2008)
November 19, 2008 at 2:25 pm
KATHLEEN Y ZHANG (11/17/2008)
http://msdn.microsoft.com/en-us/library/ms151196.aspx
says that:
The following actions require the system to be quiesced. This means stopping activity on published tables at all nodes and making sure that...
November 18, 2008 at 3:55 pm
You must monitor tempdb growth. When all working tables are disposed and at off hours you can use ALTER DATABASE to get tempdb back to a normal size. You should...
November 18, 2008 at 3:00 pm
Viewing 15 posts - 841 through 855 (of 5,103 total)