We are using SQL Server 2005. I want to create the file of the output of the stored procedure.
feedback
|
|
If you are using MySQL you may want to start from the following:
Borrowed from: MySQL Forums :: General :: SELECT .. INTO OUTFILE not possible with stored procedure parameters? If you want to hardcode the filename in the stored procedure, then there is no need to use a prepared statement:
If you get a | ||||
|
feedback
|
|
This link may be help u http://thiagsundar.wordpress.com/export-data-to-text-file/ | |||
|
feedback
|