Viewing 7 posts - 1 through 7 (of 7 total)
Thanks Elliot, in the end SSIS is probably what we will go with. Can you point me in the general direction of getting started with it?
Do I need to...
April 14, 2010 at 4:25 pm
I'm not sure that replication is the answer.
We have a database with all of our customer's data ServerA, and we have another database with just one customer's data ServerB.
The data...
April 14, 2010 at 1:35 pm
Well, the devices have stopped buzzing at me now after several days...
I rebuilt the indexes one time, took several hours, and even with DoubleTake, failing over/back is a huge pain...
September 20, 2006 at 5:19 pm
Well, I just checked and auto-update is ON for every index in the relevant tables.
At one point, I did use the index tuning wizard and it doesn't suggest to use a different...
September 14, 2006 at 1:00 pm
consider using read uncommitted isolation level
use WITH (NOLOCK) hints on reads where possible
Can't if that would require modifying the applications, no stored procedures are used for the applications, and they...
September 14, 2006 at 11:14 am
Mike, that's what I did. Before I posted, I had already run a trace with profiler, found the problem query, determined the execution plan in Query Analyzer, and noticed it...
May 10, 2006 at 10:28 am
I agree with Newbie, I saw the space in the path, looked at the Filename list, and found no indication of a space prefix, so I immediately chose the first...
August 10, 2005 at 6:49 am
Viewing 7 posts - 1 through 7 (of 7 total)