Skip to content

Commit 456b182

Browse files
committed
[SCOPED] Update AdventureWorks references
1 parent f3d96d1 commit 456b182

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/sqlxml/annotated-xsd-schemas/introduction-to-annotated-xsd-schemas-sqlxml-4-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
101101
</xsd:schema>
102102
```
103103

104-
In the mapping schema, the **\<Contact>** element is mapped to the Person.Contact table in the sample AdventureWorks database by using the **sql:relation** annotation. The attributes ConID, FName, and LName are mapped to the ContactID, FirstName, and LastName columns in the Person.Contact table by using the **sql:field** annotations.
104+
In the mapping schema, the **\<Contact>** element is mapped to the Person.Contact table in the sample [!INCLUDE [sssampledbobject-md](../../../includes/sssampledbobject-md.md)] database by using the **sql:relation** annotation. The attributes ConID, FName, and LName are mapped to the ContactID, FirstName, and LastName columns in the Person.Contact table by using the **sql:field** annotations.
105105

106106
This annotated XSD schema provides the XML view of the relational data. This XML view can be queried using the XPath language. An XPath query returns an XML document as a result, instead of the rowset that is returned by SQL queries.
107107

docs/relational-databases/tables/lesson-1-converting-a-table-to-a-hierarchical-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To complete this tutorial, you need SQL Server Management Studio, access to a se
2727
Instructions for restoring databases in SSMS are here: [Restore a database](../backup-restore/restore-a-database-backup-using-ssms.md).
2828

2929
## Examine the current structure of the employee table
30-
The sample AdventureWorks2022 (or later) database contains an **Employee** table in the **HumanResources** schema. To avoid changing the original table, this step makes a copy of the **Employee** table named **EmployeeDemo**. To simplify the example, you only copy five columns from the original table. Then, you query the **HumanResources.EmployeeDemo** table to review how the data is structured in a table without using the **hierarchyid** data type.
30+
The sample [!INCLUDE [sssampledbobject-md](../../includes/sssampledbobject-md.md)] database contains an **Employee** table in the **HumanResources** schema. To avoid changing the original table, this step makes a copy of the **Employee** table named **EmployeeDemo**. To simplify the example, you only copy five columns from the original table. Then, you query the **HumanResources.EmployeeDemo** table to review how the data is structured in a table without using the **hierarchyid** data type.
3131

3232
### Copy the Employee table
3333

0 commit comments

Comments
 (0)