Archive for February, 2012

Challenge: Migrate a table in a MySQL database to a table in a database in SQL Server. Problem 1: A column of type “Text” on the side of MySQL. Solution 1: Create a column of type “Text”, in this case isn’t Unicode, in SQL Server table side. Problem 2: In the package, I cannot assign [...]