Apparently you are supposed to be able to create an entity of .net code that can be executed from within a stored procedure of SQL Server 2008.
I need an explanation of exactly what I need to do to do this. I found an example where you could create an assembly using VS 2005. I have VS 2010 and the instructions I found don't play out in that environment.
I've already created a class object called baseClass with a method called CreateSID.
Now I need to do something to create an assembly that can be registered with SQL server.
That's where I'm lost. Could someone provide me with a detailed instructions on what to do?
Thanks in advance,
Jerry Scannell
I need an explanation of exactly what I need to do to do this. I found an example where you could create an assembly using VS 2005. I have VS 2010 and the instructions I found don't play out in that environment.
I've already created a class object called baseClass with a method called CreateSID.
Now I need to do something to create an assembly that can be registered with SQL server.
That's where I'm lost. Could someone provide me with a detailed instructions on what to do?
Thanks in advance,
Jerry Scannell