Viewing 15 posts - 46 through 60 (of 222 total)
Jack Corbett (1/5/2010)
January 5, 2010 at 4:11 pm
Is it really possible to get the execution time dropped to nearly 10 seconds from 1 hour after running updates in batches?
Thats what i am getting and i am not...
December 17, 2009 at 8:53 pm
Lowell, based on your example code, i have written my query below after removing case statements and making it simple to understand and clarify the logics:
SET ROWCOUNT 500000 --only fiddle...
December 16, 2009 at 7:07 pm
Is it just because i don't end up updating same records again and again?
December 16, 2009 at 6:44 pm
Lowell (12/16/2009)
you'd simply change your update statement just a little bit, so it only updates where the destination column is null;
Lowell, as the destination column is a new column added...
December 16, 2009 at 6:33 pm
Before answering to your comments, i'll like to tell more about what i am doing. I am migrating data with transformations on the staging database and then move the data...
December 16, 2009 at 5:46 pm
gk-411903 (12/13/2009)
I am planning to set up replication between source and dest db's. But in case some mismatch arises i need to have a script which will compare the Destination...
December 13, 2009 at 8:25 pm
Even i thought on the same lines after doing my research but i was not confident. Thats why i asked Masters for their suggestion. Thanks Steve for your feedback.
December 13, 2009 at 8:04 pm
Like your response Nigel. What a way to tell the person to initiate and try to learn yourself. 😛
October 7, 2009 at 9:27 pm
Also i was asked about clustering if you have 5 nodes where one is passive and rest are active and you are planing to add more nodes then what would...
October 2, 2009 at 12:39 am
depending on load on the production server you can use any option from high availability:-
replication
logshipping
mirroring
But you may have to factor in the pros and cons of each of the method...
October 2, 2009 at 12:01 am
Dave Coats (8/12/2009)
Try failing the cluster over to node 2 and bringing back to node 1. That should fix it. 😀
I don't think this will solve the problem. If...
September 14, 2009 at 11:07 pm
did secondary server changed to Standby mode?
September 14, 2009 at 10:53 pm
Elliott W (9/14/2009)
Provided the severname doesn't change all that will likely be needed is a restart of the services to use the new ip address..CEWII
This option of servername will only...
September 14, 2009 at 10:34 pm
You are right Elliott, any single database more than 50 TB is of interest to me as well. I haven't heard of this much big single database (500K TB) in...
September 14, 2009 at 9:14 pm
Viewing 15 posts - 46 through 60 (of 222 total)