Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can someone share the code to Execute SSIS Package Using C#.net.
I want to do data porting from excel to sqlserver.
Posted
Updated 2-Sep-11 1:28am
v2

1 solution

I'd call it from a stored procedure (that is called from your C# app):

How to Call SSIS Package from the Stored Procedure[^]

Of course, you could always try calling it directly from your c# code:

http://msdn.microsoft.com/en-us/library/ms136090.aspx[^]

For what it's worth, a simple google search would have found these links for you.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900