Hello:
I want to transfer\export data from SQL Server to IBM DB2 Database Server.
the problem is that one of my column in SQL Server is data type VARCHAR(MAX).
Its fails with conversion error.
I have some issue connecting SSIS so i am not using SSIS for export\transfering data. I am using Linked server with INSERT\SELECT and is working with me except this VARCHAR(MAX) table.
Any help is greatly appreciated.
Thanks.