There is a syntax error in the first script in "Generating a value list using PATH mode". Two "AS" keywords appear as "S". Here is the correct script. (Could someone from Microsoft please fix this?).USE AdventureWorks2008R2;GOSELECT ProductModelID AS "@ProductModelID", Name AS "@ProductModelName", (SELECT ProductID AS "data()" FROM Production.Product WHERE Production.Product.ProductModelID = Production.ProductModel.ProductModelID
↧