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

From dbscript Online Help
Jump to: navigation, search
Line 5: Line 5:
 
| '''Table
 
| '''Table
 
| dbo.AWBuildVersion
 
| dbo.AWBuildVersion
 +
|- valign="top"
 +
| '''Description
 +
| Current version number of the AdventureWorks sample database.
 
|-
 
|-
 
|}
 
|}
Line 15: Line 18:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description / PK / Index
| '''Index
 
 
 
|-
+
|- valign="top"
 
| SystemInformationID
 
| SystemInformationID
 
| tinyint
 
| tinyint
 
| not null
 
| not null
 
|  
 
|  
| PK_AWBuildVersion_SystemInformationID
+
| Primary key for AWBuildVersion records.<br />PK_AWBuildVersion_SystemInformationID
|
+
|- valign="top"
|-
 
 
| Database Version
 
| Database Version
 
| nvarchar(25)
 
| nvarchar(25)
 
| not null
 
| not null
 
|  
 
|  
|  
+
| Version number of the database in 9.yy.mm.dd.00 format.<br />
|
+
|- valign="top"
|-
 
 
| VersionDate
 
| VersionDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
|  
 
|  
|  
+
| Date and time the record was last updated.<br />
|
+
|- valign="top"
|-
 
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
|  
+
| Date and time the record was last updated.<br />
|
 
 
|}
 
|}
 +
 +
 +
 +
 
== wikivalues ==
 
== wikivalues ==
  

Revision as of 23:54, 28 December 2009

wikibot

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.



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.