Welcome Guest, you are in: Login

devio dbscript ScrewTurn Wiki

RSS RSS

Navigation





Search the wiki
»

PoweredBy

wikibot

Tabledbo.DatabaseLog
DescriptionAudit table tracking all DDL changes made to the AdventureWorks database. Data is captured by the database trigger ddlDatabaseTriggerLog.

Columns

ColumnData TypeNullableDefaultDescription
DatabaseLogIDintnot null Primary key for DatabaseLog records.
PostTimedatetimenot null The date and time the DDL change occurred.
DatabaseUsersysnamenot null The user who implemented the DDL change.
Eventsysnamenot null The type of DDL statement that was executed.
Schemasysnamenull The schema to which the changed object belongs.
Objectsysnamenull The object that was changed by the DDL statment.
TSQLnvarchar(max)not null The exact Transact-SQL statement that was executed.
XmlEventxmlnot null The raw XML data generated by database trigger.

Primary Key

Primary KeyColumns
PK_DatabaseLog_DatabaseLogIDDatabaseLogID

Dependencies

Reference TypeObject TypeReferencing Object
InsertDatabase TriggerddlDatabaseTriggerLog

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam.