Search Results

1
vote

Migrating from MySQL to arbitrary standards-compliant SQL2003 server

This one is kind of tough. Unless you've got a very simple DB structure with vanilla types (varchar, integer, etc), you're probably going to get the best results writing a migration tool. In a la …