dbo.AWBuildVersion Table
Description
Current version number of the AdventureWorks 2014 sample database.
Properties
| Creation Date | 17/07/2014 16:11 |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 1 |
| Data Space Used | 8.00 KB |
| Index Space Used | 8.00 KB |
Columns
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| SystemInformationID | Primary key for AWBuildVersion records. | UnsignedTinyInt | 1 | |||
| Database Version | Version number of the database in 9.yy.mm.dd.00 format. | VarWChar | 25 | ||||
| VersionDate | Date and time the record was last updated. | DBTimeStamp | 4 | ||||
| ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Indexes
| Index | Description | Primary | Unique |
|---|---|---|---|
| PK_AWBuildVersion_SystemInformationID | Primary key (clustered) constraint | ![]() | ![]() |
SQL
|
See Also

