Is it possible to generate a csv file from a stored procedure in SQL Server? I created my stored procedure and I want to stored some result as csv, does someone know how to
I think it is possible to use bcp command. I am also new to this command but I followed this link and it worked for me.