Hi,
Please could you help me create a stored procedure to get the entire data from a SQL table into a text file. The column values should be separated by comma and the column names should also be retrieved.
The tables would not be the same everytime I execute the procedure thus it should be flexible enough.
Let me know if you need more details.
Thank you