Dear Friends,
I am using SQL 2005 and would like to export the address data in the database to csv. Please advice on how doing SQL 2005 export csv batch process. If you can provide me the script for that, It will be a great help.
Thanks in Advance,
Rosellas Phillips
SQL 2005 export csv batch process
Hello,
There are four easy steps you should follow to make the desired process, dealing with SQL server 2005 is not difficult, The following link is the page that has the steps.
1- Downloading Invoke Sql Cmd2.ps1
2- Creating table disk space
3- Saving the SQL scripting code of table disk space
4- Using the script of table disk space which contains information about disk space and saving data in CSV file.
The next link has executing the above four steps in-details and screenshots follow them and problem will be solved successfully.
SQL 2005 export csv batch process
Hello Rosellas,
Here are a few steps you can follow to solve your problem.
 SQL 2005, this is straightforward:
 1. Unfasten SQL Server organization studio and reproduce the SQL declaration you need into the TSQL, such seeing that exec Sp _whatever.
 2. Query-> Results to Grid.
3. Look at the SQL proclamation and run it.
 4. Highlight the information consequences (left-click on higher left region of results grid).
 5. Now right-click and choose to keep consequences as.
6. Select CSV in the 'put aside as' category, cross the threshold a file given name, select a place and click Save.
I take it you are looking at this along with curtisboy's suggestion, right? Good idea.
Thanks.