Using driver to move a table from PostgreSQL to MSSQL 2000, with DTS export Wizard. PostgreSQL table and MSSQL 2000 tables were created with the same structure. One of the columns is text. Some of the text columns are over 500k in size. The largest is 650k in size. Testing trial version, and just purchased a licensed version today. My concern is on the rows with large text columns. I'm getting below error, in DTS, on a ten row test insert, for large text columns -
data for source column 2 (test) is too large for the specified buffer size.
Any suggestions on why the driver is having an issue on larger test column sizes?
Thanks,
Mark
