Site icon Coding Faster

How To Export Data In MsSql

Today, I want to talk obout exporting data from MsSqlServer . You can do it in several ways.  I will explain the methods I use exporting the data. First way is by excel file. We will  open Sql Server Management Studio. Rght click to the database we export data from, then in the “Task” menu we choose the “import data”.

On the Choose a Data Source page, configure the following:

Let’s click “Next” to go to the “Choose a Destination” page. On this page, configure the following:

If you get an error like ” the ‘microsoft.ace.oledb.15.0’ provider is not registered on the local machine.” you must install the excel driver from this link  https://www.microsoft.com/en-us/download/confirmation.aspx?id=23734 After that you are ready to get the data. You will choose the tables you want to export.  You should also have a look at my other post about Import Excel Data In MsSql

If you have question do not forget to write from the chat button next to it or from the comment.

Exit mobile version