From dbscript Online Help
wikibot
Table
|
Production.ProductDescription
|
Description
|
Product descriptions in several languages.
|
Columns
Column
|
Data Type
|
Nullable
|
Default
|
Description
|
ProductDescriptionID
|
int
|
not null
|
|
Primary key for ProductDescription records.
|
Description
|
nvarchar(400)
|
not null
|
|
Description of the product.
|
rowguid
|
uniqueidentifier
|
not null
|
(newid())
|
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
|
ModifiedDate
|
datetime
|
not null
|
(getdate())
|
Date and time the record was last updated.
|
Primary Key
Primary Key
|
Columns
|
PK_ProductDescription_ProductDescriptionID
|
ProductDescriptionID
|
Indexes
Index
|
Type
|
Columns
|
AK_ProductDescription_rowguid
|
Unique
|
rowguid
|
Detail Tables
References
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Production
|
Dependencies
automatically generated
Table
|
Production.ProductDescription
|
Description
|
Product descriptions in several languages.
|
Column
|
Data Type
|
Nullable
|
Default
|
Description / PK / Index
|
ProductDescriptionID
|
int
|
not null
|
|
Primary key for ProductDescription records. PK_ProductDescription_ProductDescriptionID
|
Description
|
nvarchar(400)
|
not null
|
|
Description of the product.
|
rowguid
|
uniqueidentifier
|
not null
|
(NEWID())
|
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_ProductDescription_rowguid
|
ModifiedDate
|
datetime
|
not null
|
(GETDATE())
|
Date and time the record was last updated.
|
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Production
|