HI,
without any manual interaction, i want to save a query output a text/csv file in my SQL database
Example:
SELECT * FROM ORDERS -- which is returning 25 rows
i want save these 25 records as a text/csv file as a stream in another table at back end only.