Production.TransactionHistory Table
Information
| Name | TransactionHistory |
| Schema | Production |
| Row Count | 113443 |
| Data Size | 6304 KB |
| Index Size | 3192 KB |
| Reserved Size | 9920 KB |
| Unused Size | 424 KB |
| Created | 14.10.2005 1:58:37 |
| Modified | 14.10.2005 1:59:57 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| TransactionHistory | TABLE | MS_Description | Record of each purchase order, sales order, or work order transaction year to date. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | TransactionID | int |   |   | ||||
|   |   | ProductID | int |   | Production.Product.ProductID |   | ||||
|   |   | ReferenceOrderID | int |   |   | |||||
|   |   | ReferenceOrderLineID | int |   | ((0)) |   | ||||
|   |   | TransactionDate | datetime |   | (getdate()) |   | ||||
|   |   | TransactionType | nchar(2) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | Quantity | int |   |   | |||||
|   |   | ActualCost | money |   |   | |||||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_TransactionHistory_TransactionID | Clustered |   |   | TransactionID |
| IX_TransactionHistory_ProductID | NonClustered |   |   | ProductID |
| IX_TransactionHistory_ReferenceOrderID_ReferenceOrderLineID | NonClustered |   |   | ReferenceOrderID, ReferenceOrderLineID |
Check Constraints
| Name | Column | Enabled | Trusted | Expression |
|---|---|---|---|---|
| CK_TransactionHistory_TransactionType | TransactionType |   |   | (upper([TransactionType])='P' OR upper([TransactionType])='S' OR upper([TransactionType])='W') |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_TransactionHistory_Product_ProductID | Foreign key | Production.Product |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| Production.uTransactionHistory | UPDATE |   |   |   | 14.10.2005 1:59:57 | 14.10.2005 1:59:57 |
