output to file. -
05-23-2006
, 01:18 PM
Hello,
Im outputting an sql table to file in a DTS package using a text File (dest)
Connection.
I have a column in my table that is a nvarchar(1200). When i output this
table to file the column that is a varchar is truncated to 254....is there a
way to get all of chars for this column?
Thx |