Difference between revisions of "Dbo.AWBuildVersion (table)"
| Line 90: | Line 90: | ||
| '''Description / PK / Index | | '''Description / PK / Index | ||
| − | |- | + | |- valign="top" |
| SystemInformationID | | SystemInformationID | ||
| tinyint | | tinyint | ||
| Line 96: | Line 96: | ||
| | | | ||
| Primary key for AWBuildVersion records.PK_AWBuildVersion_SystemInformationID | | Primary key for AWBuildVersion records.PK_AWBuildVersion_SystemInformationID | ||
| − | |- | + | |- valign="top" |
| Database Version | | Database Version | ||
| nvarchar(25) | | nvarchar(25) | ||
| Line 102: | Line 102: | ||
| | | | ||
| Version number of the database in 9.yy.mm.dd.00 format. | | Version number of the database in 9.yy.mm.dd.00 format. | ||
| − | |- | + | |- valign="top" |
| VersionDate | | VersionDate | ||
| datetime | | datetime | ||
| Line 108: | Line 108: | ||
| | | | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
| − | |- | + | |- valign="top" |
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
Revision as of 23:56, 26 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. |