Text file represents a document that contains information in plain text. Any text editor and most popular web browsers are suitable for viewing or editing text file formats. Also, all smartphones are equipped with suitable applications that can open and edit text file formats. As such, text file formats are the most relevant file formats for sharing information between users. SQL Server users, among other things, can export data in text file format, which will be explained further in the article.
Exporting SQL Server data to a text file format will be explained through using the next two application:
- SQL Server Import and Export Wizard – the Wizard that allows users to copy data from a source to a destination
- ApexSQL Pump – the standalone application that allows the users to import and export SQL Server data in various file formats
Export SQL Server data by using the SQL Server Import and Export Wizard
The SQL Server Import and Export Wizard allowing users to copied data from and to data sources. This Wizard can be opened in two ways, through SQL Server Management Studio, or a stand-alone application through the Start menu. This article will explain how to with SQL Server Import and Export Wizard opened through SQL Server Management Studio.
When the SQL Server Management Studio is opened establish connection to a desired SQL Server. In the Object Explorer panel right-click on the database from where the data should be exported. Select the Tasks option to open the submenu in which the Export data action should be chosen:
Comments (0)