Difference between revisions of "Dbo.AWBuildVersion (table)"

From dbscript Online Help
Jump to: navigation, search
Line 66: Line 66:
 
| 9.06.04.26.00
 
| 9.06.04.26.00
 
| 2006-04-26 00:00:00.000
 
| 2006-04-26 00:00:00.000
 +
|}
 +
 +
== automatically generated ==
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|-
 +
| '''Table
 +
| dbo.AWBuildVersion
 +
|-
 +
 +
| '''Description
 +
| Current version number of the AdventureWorks sample database.
 +
|-
 +
 +
|}
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Column
 +
| '''Data Type
 +
| '''Nullable
 +
| '''Default
 +
| '''Description
 +
| '''PK / Index
 +
 +
|-
 +
| SystemInformationID
 +
| tinyint
 +
| not null
 +
|
 +
| Primary key for AWBuildVersion records.
 +
| PK_AWBuildVersion_SystemInformationID
 +
|-
 +
| 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.
 +
|
 
|}
 
|}

Revision as of 00:26, 27 November 2009

wikibot

Table dbo.AWBuildVersion


Column Data Type Nullable Default PK Index
SystemInformationID tinyint not null PK_AWBuildVersion_SystemInformationID
Database Version nvarchar(25) not null
VersionDate datetime not null
ModifiedDate datetime not null (getdate())

wikivalues

Table Values dbo.AWBuildVersion


SystemInformationID Database Version VersionDate
1 9.06.04.26.00 2006-04-26 00:00:00.000

automatically generated

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


Column Data Type Nullable Default Description PK / Index
SystemInformationID tinyint not null Primary key for AWBuildVersion records. PK_AWBuildVersion_SystemInformationID
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.