EventClass
|
Text Data
|
TraceStart
|
|
Audit Login
(第一次连接)
|
-- network protocol: LPC
set quoted_identifier on
set implicit_transactions off
set cursor_close_on_commit off
set ansi_warnings on
set ansi_padding on
set ansi_nulls on
set concat_null_yields_null on
set language 简体中文
set dateformat ymd
set datefirst 7
|
SQL:Stm tStarting
|
Select * from users
|
Audit Login
(第2次连接)
|
-- network protocol: LPC
set quoted_identifier on
set implicit_transactions off…略
|
SQL:Stm tStarting
|
Select * from users
|
Audit Login
(第3次连接)
|
-- network protocol: LPC
set quoted_identifier on
set implicit_transactions off…略
|
SQL:Stm tStarting
|
Select * from users
|
Audit Logout
|
|
Audit Logout
|
|
Audit Logout
|
|
TraceStop
|
|