Viewing 15 posts - 1 through 15 (of 20 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...
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
December 19, 2013 at 3:09 pm
Nice article!
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
February 5, 2013 at 6:13 am
Solomon, here's the article I wrote that similar but instead uses change tracking. [/url]
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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.
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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...
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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.
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
August 11, 2011 at 9:41 am
Very cool ssandler! I didn't even think of using merge.
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
August 11, 2011 at 9:39 am
Great suggestion Thomas! I may do that in the near future.
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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.
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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"...
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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.
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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...
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
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...
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
May 11, 2010 at 7:35 am
Viewing 15 posts - 1 through 15 (of 20 total)