| AdventureWorks Database > dbo Schema : dbo.DatabaseLog Table |
| Creation Date | 08/01/2010 08:40 |
| File Group | PRIMARY |
| Text File Group | PRIMARY |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 1566 |
| Data Space Used | 6,264.00 KB |
| Index Space Used | 48.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| DatabaseLogID | Primary key for DatabaseLog records. | int | 4 | |||
| PostTime | The date and time the DDL change occurred. | datetime | 4 | ||||
| DatabaseUser | The user who implemented the DDL change. | sysname | 128 | ||||
| Event | The type of DDL statement that was executed. | sysname | 128 | ||||
| Schema | The schema to which the changed object belongs. | sysname | 128 | ![]() | |||
| Object | The object that was changed by the DDL statment. | sysname | 128 | ![]() | |||
| TSQL | The exact Transact-SQL statement that was executed. | nvarchar | 16 | ||||
| XmlEvent | The raw XML data generated by database trigger. | Xml | 16 |
| Index | Description | Primary | Unique |
|---|---|---|---|
| PK_DatabaseLog_DatabaseLogID | Primary key (nonclustered) constraint | ![]() | ![]() |
|