Dbo.AWBuildVersiontable

From dbscript Online Help
Revision as of 23:07, 23 June 2010 by Bot (talk | contribs) (New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''Table | dbo.AWBuildVersion |- valign="top" | '''Description | Current ver...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot[edit]

Table dbo.AWBuildVersion
Description Current version number of the AdventureWorks sample database.

Columns[edit]

Column Data Type Nullable Default Description
SystemInformationID tinyint not null Primary key for AWBuildVersion records.
Database Version nvarchar(25) not null Version number of the database in 9.yy.mm.dd.00 format.
VersionDate datetime not null Date and time the record was last updated.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key[edit]

Primary Key Columns
PK_AWBuildVersion_SystemInformationID SystemInformationID