Link to home
Start Free TrialLog in
Avatar of MohitPandit
MohitPanditFlag for India

asked on

C#.NET: Extract Data from SQL Server to Excel

Hello,

I am developing a window service in C#.NET which will extract 7 tables into excel at particular time.

Note: The volume of data per table would be 60,000 to 80,000 records. Also, I am having [Text], Varchar(Max), bit, money data type in few tables.

Do anyone have any feedback / suggestion on it?

Best Regards,
Mohit Sharma
Avatar of rawinnlnx9
rawinnlnx9
Flag of United States of America image

Avatar of Miguel Oz
Why not use SSIS and schedule it with a SQL agent job?  Less code, easy to build and easy to maintain.
Avatar of MohitPandit

ASKER

I have done using OLEDB 12.0. I will place code on Monday.
ASKER CERTIFIED SOLUTION
Avatar of MohitPandit
MohitPandit
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have developed myself. I hope that it will be helpful in community.