September 11, 2009 at 1:50 am
Hi all,
We are using SSIS and would like to call some functions from DLL.
Someone had mentioned like late binding and com intrepret.
Any ideas?
Thanks and regards.
September 11, 2009 at 12:55 pm
sleepycasper (9/11/2009)
Hi all,We are using SSIS and would like to call some functions from DLL.
Someone had mentioned like late binding and com intrepret.
Any ideas?
Thanks and regards.
Does your DLL expose COM objects or you have regular C++ functions?
September 11, 2009 at 9:27 pm
sleepycasper (9/11/2009)
Hi all,We are using SSIS and would like to call some functions from DLL.
Someone had mentioned like late binding and com intrepret.
Any ideas?
Thanks and regards.
I can't help with much of anything in SSIS because I don't use it. I am curious though... what do the DLL's do?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2009 at 10:30 pm
Forget all of that com stuff and interop stuff...search Google for c# assemblies for SSIS or building custom assemblies for SSIS. I have a post on my blog that you can read, step by step in building one broski. (Didn't someone post this same question earlier today?). These are a great way to extend the functionality of SQL Server by rolling a procedural language into the mix. A possibly even better way to handle it would be to take that same function, put it in a web service, and call from SSIS.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply