Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Using SSIS object model from C++

All the samples in MSDN show how use SSIS API from C# or VB.NET code. Is it possible to do this from C++ code? The answer is yes, if you know COM it should be quite easy for you, and the COM API is very close to .NET API (I think .NET API is nicer due
Posted by michen | 1 Comments
Filed under: ,

Running SSIS package programmatically

I got several questions asking what is the best way to run SSIS packages programmatically. One question is about running SSIS from a .NET 1.1 application (SSIS uses .NET 2.0). Another about running package remotely "Do I really have to write an ASP.net
Posted by michen | 22 Comments
Filed under: ,

Why Debug command is disabled for my SSIS package?

Debugging support for SSIS packages is probably one of the best features of the SSIS 2005 designer, but sometimes you may find that "Debug" and "Start without Debugging' commands are grayed out. Why? The reason might be obvious to developers who worked with Visual Studio, but hard to find to people coming with DTS experience. In Visual Studio the debugging facilities are provided by the project, so you can't debug if you opened a .DTSX file standalone, without a project.
Posted by michen | 2 Comments
Filed under:
 
Page view tracker