Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

executing a .NET Assembly from ssis

Status
Not open for further replies.

sand133

Programmer
Jun 26, 2004
103
GB
I have a custom assembly that resides in the GAC, is it possible to execute that a method on that assembly from SSIS.

thanks
 
You should be able to use that assembly within a .NET code block within the SSIS package. I beleive that it's called a script code block.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top