Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Is sql 2005 neeed to call ssis in c#

Author  Topic 

Confused
Starting Member

1 Post

Posted - 2008-05-06 : 15:15:19
Hi All, Here is the scenario:

I have developed a basic SSIS package, SQL 2000 as db.We don't have SQL 2005 yet. I can run the package in the IDE. Is there a way that i can call this package in c#. I tried but it always says in compatible version. I am thinking i can not call an SSIS package in c# that connects to SQL 2000. So i have developed DTS package and was able to call the package in C#.

Is it necessary that i need SQL 2005 to call SSIS package in C# ?

Any input would be really helpfull.

Thanks in advance.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-05-11 : 01:22:18
Were you trying like this:-

http://www.dreamincode.net/forums/showtopic33251.htm
Go to Top of Page
   

- Advertisement -