Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need to create an excel file by using t-sql code

I have to create dynamically named excel file using t-sql code. I tried many searching and trying but couldn't find the solution please help me. I am using sql server 2005.

like image 484
Abhishek Jain Avatar asked Aug 10 '26 13:08

Abhishek Jain


1 Answers

You should do this in your frontend, not in your sql code.

But I found a tutorial here.

Tjeu

like image 191
Tjekkles Avatar answered Aug 12 '26 08:08

Tjekkles