One easy way you may use to export to a text files is to use Microsoft Access. Create an ODBC connector to the database, Link to the tables, and export the content of the database to a csv file. You should create a file for each of the table you want.
You can also use the BCP application that come with SQL server but it need a little reading before you use it.
You can also use an ODBC connection using MS Excel and save the content to CSV.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.