• I just started "climbing" this stairway, and I ended up downloading and installing the AdventureWorks 2014 DB. Immediately you see a couple of differences. The first one is that there is no Person.Contact table, instead you end up using the Person.vAdditionalContactInfo view. No big deal, easy enough to modify the query.

    But the second thing you see is, after configuring the Data Flow task and debugging it successfully, it turns out to only operate on 10 rows, not the 19K+ that is shown in the examples.

    Again, not a big deal, but it would be nice to be able to validate the results against the walk-throughs.

    So all of this is a roundabout way of asking - what version of the AdventureWorks DB is used for the Stairway? I'd like to install that one and use it going forward.

    Thanks.