How do I reference SSIS on a build machine without installing SQL Server 2008 Client Tools?
Posted
by freshr
on Stack Overflow
See other posts from Stack Overflow
or by freshr
Published on 2009-01-06T11:58:24Z
Indexed on
2010/06/03
12:44 UTC
Read the original article
Hit count: 219
I need to build SSIS packages on a build machine, and do not want the overhead of installing SQL Server Management Studio on this machine. A SQL Server 2008 SDK would be ideal, but I could not find where to download it.
The dlls I require are (for example):
- Microsoft.SQLServer.ManagedDTS
- Microsoft.SqlServer.PipelineHost
- Microsoft.SqlServer.DTSPipelineWrap
- Microsoft.SQLServer.DTSRuntimeWrap
I could attempt to copy them to the build machine individually, but I would rather just use an SDK if possible.
Where can I get the SDK, or alternatively, what suggestions are there?
© Stack Overflow or respective owner