fionbarr has asked for the wisdom of the Perl Monks concerning the following question:

I'm using DBI with Perl to write to MSSQLserver tables. I am trying to write a string string to a TEXT defined column and it is always being truncated to 80 chars. Is there any remedy for this?

Replies are listed 'Best First'.
Re: dbi and sqlserver truncating text
by marto (Cardinal) on Mar 23, 2012 at 15:57 UTC
      yes....thanks for the response...I'm using placeholders...I'm going to use a SQL string.
        If you read all of that thread there was a fix for it.