Migrating 2+ GB Oracle CLOB column to SQL Server VARCHAR(MAX)
1
vote
1
answer
245
views
I have a column on an Oracle db containing HTML data with embedded images that result in some records being over 2GB in size for that column. I have successfully migrated the rest of the database to SQL Server except for this CLOB column. With SQL Server varchar(max) unable to handle anything over 2GB in size, what are my options?
Asked by Geoff Dawdy
(1143 rep)
Apr 1, 2019, 09:52 PM
Last activity: Apr 1, 2019, 10:45 PM
Last activity: Apr 1, 2019, 10:45 PM