Wrox Programmer Forums
|
BOOK: Professional Microsoft SQL Server 2012 Integration Services
This is the forum to discuss the Wrox book Professional Microsoft SQL Server 2012 Integration Services by Brian Knight, Erik Veerman, Jessica M. Moss, Mike Davis, Chris Rock; ISBN: 978-1-1181-0112-4
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Microsoft SQL Server 2012 Integration Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 14th, 2015, 12:52 PM
Authorized User
 
Join Date: Apr 2015
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ch 10 Loading Complex Dimension: No change

I have loaded databases AdventureWorksDW2014 and AdventureWork2014. With the data as originally loaded, the SCD does nothing as there is nothing to do. I wanted to see some records flow through the 'Historical Attributes Inserts Output' so I updated one employee's territory via
Code:
  update Sales.SalesPerson Set TerritoryId = 5 where BusinessEntityID = 275
but still no records were changed. I went ahead and changed SalesTerritoryHistory to agree with SalesPerson, but this did not help. Has anyone arranged for the records to be processed by this branch of the code?

Also, I changed the middle name of the same member, and the 'Changing Attribute Updates' branch of code also failed to execute. I ran both my package and the package downloaded off the WROX site.

I added a new sales person to AdventureWorks2014 and this person passed through the SCD to the insertion but the insertion failed because field NameStyle does not accept nulls. NameStyle is not accounted for the SQL statement of the OLEDB source.

Last edited by get inc; July 14th, 2015 at 06:35 PM.. Reason: update of result of attempt to insert person





Similar Threads
Thread Thread Starter Forum Replies Last Post
Ch 10 Example application allken BOOK: Beginning Visual C# 2012 0 August 18th, 2014 11:54 AM
Ch 10 and Page Methods daveharney BOOK: Beginning ASP.NET 4.5 : in C# and VB 8 January 25th, 2014 06:20 AM
Ch 10 tixrus BOOK: Beginning JavaScript and CSS Development with jQuery 0 April 10th, 2010 01:27 PM
Ch 3 - incremental data loading Johnslg BOOK: Expert SQL Server 2005 Integration Services ISBN: 978-0-470-13411-5 0 July 9th, 2007 01:08 PM
Problems with the editor example in ch 10 arne Beginning PHP 4 August 21st, 2004 02:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.