Production.Document Table
Information
| Name | Document |
| Schema | Production |
| Row Count | 9 |
| Data Size | 344 KB |
| Index Size | 24 KB |
| Reserved Size | 368 KB |
| Unused Size | 0 KB |
| Created | 14.10.2005 1:58:32 |
| Modified | 14.10.2005 1:59:52 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| Document | TABLE | MS_Description | Product maintenance documents. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | DocumentID | int |   |   | ||||
|   |   | Title | nvarchar(100) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | FileName | nvarchar(800) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | FileExtension | nvarchar(16) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | Revision | nchar(10) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | ChangeNumber | int |   | ((0)) |   | ||||
|   |   | Status | tinyint |   |   | |||||
|   |   | DocumentSummary | nvarchar(max) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | Document | varbinary(max) |   |   | |||||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_Document_DocumentID | Clustered |   |   | DocumentID |
| AK_Document_FileName_Revision | NonClustered |   |   | FileName, Revision |
Check Constraints
| Name | Column | Enabled | Trusted | Expression |
|---|---|---|---|---|
| CK_Document_Status | Status |   |   | ([Status]>=(1) AND [Status]<=(3)) |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| Production.uDocument | UPDATE |   |   |   | 14.10.2005 1:59:52 | 14.10.2005 1:59:52 |
