Hello folks. I am hoping to find some help on the MSSQL related issue I have. I need to find out how to -within sql script-have the results from the select statement to go into a text file?
For example: If I have:
select * from table A ;
how and what can I add to this to have the std output go to a text file.
Much thanks,
Tre