AdventureWorks
| View Name: | Production.vProductModelInstructions |
| Description: | Displays the content from each element in the xml column Instructions for each product in the Production.ProductModel table that has manufacturing instructions. |
| Field | Type | Nulls? |
|---|---|---|
| ProductModelID | int | No |
| Name | nvarchar (50) | No |
| Instructions | nvarchar (MAX) | Yes |
| LocationID | int | Yes |
| SetupHours | decimal (9, 4) | Yes |
| MachineHours | decimal (9, 4) | Yes |
| LaborHours | decimal (9, 4) | Yes |
| LotSize | int | Yes |
| Step | nvarchar (1024) | Yes |
| rowguid | uniqueidentifier | No |
| ModifiedDate | datetime | No |