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

From dbscript Online Help
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| dbo.AWBuildVersion
 
| dbo.AWBuildVersion
Line 8: Line 8:
 
| '''Description
 
| '''Description
 
| Current version number of the AdventureWorks sample database.  
 
| Current version number of the AdventureWorks sample database.  
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 20: Line 18:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
 
|- valign="top"
 
|- valign="top"
 
| SystemInformationID
 
| SystemInformationID
Line 52: Line 50:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| PK_AWBuildVersion_SystemInformationID
 
| PK_AWBuildVersion_SystemInformationID
 
| SystemInformationID
 
| SystemInformationID
Line 61: Line 59:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table Values
 
| '''Table Values
 
| dbo.AWBuildVersion
 
| dbo.AWBuildVersion
|-
 
 
|}
 
|}
  
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
  
{| border="1" cellpadding="5" cellspacing="0"  style="border-collapse:collapse"
 
|- style="background:silver"
 
 
| '''SystemInformationID
 
| '''SystemInformationID
 
| '''Database Version
 
| '''Database Version
 
| '''VersionDate
 
| '''VersionDate
|-  
+
|- valign="top"
| 1
+
 
| 9.06.04.26.00
+
| 1
| 2006-04-26 00:00:00.000
+
| 9.06.04.26.00
 +
| 2006-04-26 00:00:00.000
 
|}
 
|}
  

Latest revision as of 10:54, 27 August 2011

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


wikivalues[edit]

Table Values dbo.AWBuildVersion
SystemInformationID Database Version VersionDate
1 9.06.04.26.00 2006-04-26 00:00:00.000

automatically generated[edit]

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.