Dbo.DatabaseLog (table)

From dbscript Online Help
Revision as of 14:34, 3 January 2009 by Bot (talk | contribs) (New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | dbo.DatabaseLog |- |} {| border="1" cellpadding="5" cellspacing="0" style="b...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot

Table dbo.DatabaseLog


Column Data Type Nullable Default PK Index
DatabaseLogID int not null PK_DatabaseLog_DatabaseLogID
PostTime datetime not null
DatabaseUser sysname not null
Event sysname not null
Schema sysname null
Object sysname null
TSQL nvarchar(max) not null
XmlEvent xml not null