Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which version of AdventureWorks does this work with? 2017 2012 etc. #1

Open
foral66 opened this issue Nov 27, 2018 · 0 comments
Open

Comments

@foral66
Copy link

foral66 commented Nov 27, 2018

Which version of AdventureWorks does this work with? 2017 2012 etc.
i.e. file Stg_DimCustomer.sql has statement

INSERT INTO ##tempCustomer
SELECT
Sales.Client.CustomerID,
Sales.Client.PersonID,
People.PersonDetails.DemographicInfo,
Sales.Client.StoreID,
Sales.Store.Demographics
FROM Sales.Client
LEFT JOIN People.PersonDetails
ON People.PersonDetails.BusinessEntityID = Sales.Client.PersonID
LEFT JOIN Sales.Store
ON Sales.Store.BusinessEntityID = Sales.Client.StoreID
;

I can not find a table or view called Sales.Client in any version of AdventureWorks that I can find ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant