In the previous server envirement I was using assmeblies with stored procedures. But in the new envirement its not allowed anymore to use this kind of assemblies. they told me I have to do that in SSIS.
my question is: I have a c# code and I made a *.dll file out of it witch is supposed to put into the assembly. how can I use this *.dll file with SSIS that it does the same like it done before? I realy haven't any idea how this should work.
additinal infos
the db is in a cluster and the application server is in a VM. i cant connect to the db.
using gacutil -i <assembly name>
doesen't work :(
Thanks for your answers.