I have a few tables with data from MSSQL 2008 r2 that I need to export to a file then import to MySQL. Exporting the whole database will take too much time because it's way big and I only need a select few of the tables.
The reason I indicated "single" on the title is because I plan on simply exporting the necessary tables one by one. So as to not complicate things. Can anyone help me out?