Difference between revisions of "Dbo.AWBuildVersion (table)"
| (14 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 | ||
| − | |- | + | |- valign="top" |
| + | | '''Description | ||
| + | | Current version number of the AdventureWorks sample database. | ||
|} | |} | ||
| − | + | === Columns === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
| Line 15: | Line 17: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | ''' | + | | '''Description |
| − | + | ||
| − | + | |- valign="top" | |
| − | |- | ||
| SystemInformationID | | SystemInformationID | ||
| tinyint | | tinyint | ||
| not null | | not null | ||
| | | | ||
| − | | | + | | Primary key for AWBuildVersion records. |
| − | + | |- 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. |
| − | + | |- valign="top" | |
| − | |- | ||
| VersionDate | | VersionDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| | | | ||
| − | | | + | | Date and time the record was last updated. |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
| − | | | + | | Date and time the record was last updated. |
| − | | | + | |} |
| + | |||
| + | === Primary Key === | ||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Primary Key | ||
| + | | '''Columns | ||
| + | |- valign="top" | ||
| + | | PK_AWBuildVersion_SystemInformationID | ||
| + | | SystemInformationID | ||
|} | |} | ||
| + | |||
| + | |||
== wikivalues == | == wikivalues == | ||
{| 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" | ||
| − | |||
| − | |||
| '''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 | ||
| + | |} | ||
| + | |||
| + | == automatically generated == | ||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- | ||
| + | | '''Table | ||
| + | | dbo.AWBuildVersion | ||
| + | |- valign="top" | ||
| + | | '''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 | ||
| + | |||
| + | |- valign="top" | ||
| + | | SystemInformationID | ||
| + | | tinyint | ||
| + | | not null | ||
| + | | | ||
| + | | Primary key for AWBuildVersion records.<br />PK_AWBuildVersion_SystemInformationID | ||
| + | |- valign="top" | ||
| + | | Database Version | ||
| + | | nvarchar(25) | ||
| + | | not null | ||
| + | | | ||
| + | | Version number of the database in 9.yy.mm.dd.00 format.<br /> | ||
| + | |- valign="top" | ||
| + | | VersionDate | ||
| + | | datetime | ||
| + | | not null | ||
| + | | | ||
| + | | Date and time the record was last updated.<br /> | ||
| + | |- valign="top" | ||
| + | | ModifiedDate | ||
| + | | datetime | ||
| + | | not null | ||
| + | | (GETDATE()) | ||
| + | | Date and time the record was last updated.<br /> | ||
|} | |} | ||
Latest revision as of 09: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. |