|
| Hi all,
I am currently investigating different methods of calling assemblies
from sql server 2005. I have saved what I believe to be the byte array
of an assembly (from adding the assembly to sql server 2005 and copying
the byte[] from the create script) into a database table which is a
varbinary(max) datatype. I am able to return a different byte[]
depending on a query and pass it into a clr stored procedure (which at
the moment only displays the length of the object returned), and need
to know whether it is possible to load this assembly / create an
instance of it at runtime so that I can call a function from within it.
I have read quite a lot up on reflection but am not 100% sure how to do
it so any help would be well received.
If this isn't possible could you please tell me and maybe give me
advice on better ways of doing this.
Thanks, H
|
|