Load Integration Services Assembly File Into Visual Studio 2010 Project
Abstract SQL Server Integration Services 2012 comes with a new API for scripting packages which is called MOM – Managed Object Model. This API is accessed through the Microsoft.SqlServer.Management.IntegrationServices.dll assembly file. However, when you create an SSIS 2012 project/package using Visual Studio 2010, the assembly file is missing. In this post, I will show you …
Load Integration Services Assembly File Into Visual Studio 2010 Project Read More »