IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New oh, and I'd check to see if you could turn replication off
(speaking as someone who's filled the replication logs before).
New This isn't (currently) replicated
If it were, this would be a non-issue. In the future, we plan to have multiple slaves. Then we just drop the master from the load balancer and do the update. Drop one slave and kick off replication. Put that slave back in, drop and replicate the next. Repeat as necessary.

This is a mostly read-only DB. We need to do bulk insert/update operations. Currently we do the update in a DEV environment, then move the changes up to PROD.

What I'm looking at now are the issues around simply copying the files and doing a detach/attach on PROD. If that's a fast operation, with a small chance of failing, and high confidence in rolling back to the old version if it fails, that might be the way to go.
--

Drew
     Can you temporarily suspend index updates in SQL Server? - (drook) - (11)
         Can you drop the index before the activity? -NT - (crazy) - (7)
             Mentioned that - (drook) - (6)
                 Confused - (crazy) - (5)
                     Only if we want it to not suck - (drook) - (4)
                         Nope, we are in agreement - (crazy) - (3)
                             That's it - (drook) - (2)
                                 Enjoy -NT - (crazy) - (1)
                                     Not the word I'd use :-D -NT - (drook)
         using BulkCopy bcp program? - (S1mon_Jester) - (2)
             oh, and I'd check to see if you could turn replication off - (S1mon_Jester) - (1)
                 This isn't (currently) replicated - (drook)

A vacation you’ll talk about for years to come, at AA meetings.
36 ms