I'm looking for some assistance to move from MSSQL to MySQL.
I have a keyed table with 5 million records, with the it_ID as a keyed auto-increment. What is the best way to move this table to MySQL, restore the auto=increment, add the index back. I have to keep the exact same numbers.
I'm presuming I can just import the table, then re=add the key and auto-increment. If anyone sees a problem with this, please let me know.
Tony