Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transfer data from SQL Server to Excel [closed]

The orders table is the sales invoice information.

Transferring this information from SQL Server to Excel is possible with a query.

There is a data transfer wizard method to transfer in the

data, but I have to do it with C# code or T-SQL query.

enter image description here

like image 947
vahid moradpour Avatar asked Feb 14 '26 23:02

vahid moradpour


1 Answers

Why do you have to make it with T-SQL or C#?

You can make with SSIS package and call that from C# or T-SQL.

If that is possible, I suggest trying it.

like image 167
dbCandan055 Avatar answered Feb 16 '26 16:02

dbCandan055



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!