Viewing 15 posts - 1 through 15 (of 19 total)
Would like to add to the ETL discussion. One of the primary reasons for ETL is to extract data from OLTP systems and minimize the impact of long running...
December 19, 2013 at 3:09 pm
October 9, 2012 at 1:16 pm
I've got to echo the previous comments. Thanks alot! I only wished I had found it sooner. Added to the briefcase.
August 17, 2012 at 9:59 pm
Ron, there are several benefits in using a remote log shipping monitor. They include
1. Centralized monitoring and alerting solution. If you have several instances participating in log...
March 16, 2012 at 7:31 am
Hi Rick. That's still a viable option but we wanted to avoid locking the table and minimize downtime during these changes.
August 11, 2011 at 9:41 am
Very cool ssandler! I didn't even think of using merge.
August 11, 2011 at 9:39 am
Great suggestion Thomas! I may do that in the near future.
August 11, 2011 at 9:38 am
Hi Dan. In this example we are going from nvarchar data types to varchar. The Person.Person_nonunicode table contains these changes.
August 11, 2011 at 6:44 am
Edit. Step 3 at the bottom of the article states "Add all constraints to the new table and all referencing Foreign Keys. These were added with the "no check"...
August 11, 2011 at 4:37 am
We've implemented it in our QA environment for a division within our company. Ramping up for a deploy across the enterprise.
August 1, 2011 at 1:11 pm
I purchased this book a couple of months ago. It has several useful techniques that could go along with this topic. Refactoring Databases: Evolutionary Database Design
April 29, 2011 at 10:07 am
Solomon, this is a great post and thanks for sharing! Just this last week I took a similar approach with 4 large tables that had multiple columns being changed...
April 26, 2011 at 6:43 am
Great article! I haven't seen this issue as of yet in my environment using "WITH RECOMPILE".
Environment - SQL Server 2005 x64 sp3 cumulative update 6
May 11, 2010 at 8:00 am
Id agree with Grant here. We were having the exact same issue as you are currently seeing (with the arithabort off). After careful consideration I added to the...
May 11, 2010 at 7:35 am
Viewing 15 posts - 1 through 15 (of 19 total)