mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
394 B
12 lines
394 B
Datasource: %ds%
|
|
Username: %user%
|
|
Password: %pwd%
|
|
Template: ct.htx
|
|
SQLStatement:
|
|
+create table %table% (
|
|
+ClientHost varchar(50), username varchar(50),
|
|
+LogTime datetime, service varchar( 20), machine varchar( 20),
|
|
+serverip varchar( 50), processingtime int, bytesrecvd int,
|
|
+bytessent int, servicestatus int, win32status int,
|
|
+operation varchar( 200), target varchar(200), parameters text )
|
|
|