I'm trying to append certain rows from a table to another table. I used a SQL command to get the rows I wanted and Microsoft SQL Server Management Studio gave the output in the format of .RPT. So I want to append this RPT to my SQL table.
Is there a way to convert RPT to SQL so I can import it? If not, how do I download the database table from SQL on a Windows server, so I can put it on my Linux SQL server and manager it all with PHPMyAdmin there? I'm new to Windows hosting, and moving everything back to Linux.