I'm working on a consolidation of 2 databases into one. One of the larger tables has 6 BLOB columns (text, varchar(max), nvarchar(max)) and takes an unacceptable amount of time to migrate in testing. This table has about 10% of the rows to mov
↧