exporting SP result to a text file

G

Guest

I have a SP with three parameters coming from textbox of a form I would like
to execute the SP and export the result in a text file as an import source
for another software what is the best way ? I'm in an ADP

Thanks

FRED
 
G

Guest

uh you could do that with BCP and the command line

I tihnk that you can also use the BULK INSERT statement to export files; but
i dont know for sure

i use BCP for export and BULK INSERT for imports; for performance reasons
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top