Import IIS log into SQL Server 2008 error

Posted by Vivek Chandraprakash on Stack Overflow See other posts from Stack Overflow or by Vivek Chandraprakash
Published on 2010-04-06T17:07:26Z Indexed on 2010/04/07 11:03 UTC
Read the original article Hit count: 746

Filed under:
|

I'm trying to import IIS logs into SQL Server 2008. I get this error below.

Error 0xc02020a1: Data Flow Task 1: Data conversion failed. The data conversion for column "cs(User-Agent)" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard)

I tried changing the column width of user agent to varchar(8000) and nvarchar(4000) no luck. pls help

-Vivek

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql-server-2008