The following table shows the mappings between the data types of the query output record fields and the SQL types of the columns in the target table.
The column labeled "New Table" shows the SQL types declared for
the table columns when the SQL output format creates the table.
The column labeled "Existing Table" shows the SQL types that are
compatible with the corresponding Log Parser data type when the SQL
output format uploads records to an existing table.
Log Parser Data Type | New Table | Existing Table |
---|---|---|
INTEGER | int | int, bigint, smallint, tinyint, bit1 |
REAL | real | real, decimal, float |
STRING | varchar(n2) | varchar(n), nvarchar(n), char |
TIMESTAMP | datetime | datetime, smalldatetime, date, time |
NULL | varchar | any type |
© 2004 Microsoft Corporation. All rights reserved.