Home Forums Programming General Calling a C# Method from an xproc RE: Calling a C# Method from an xproc

  • SP_oa~ series procs let you interact with COM objects, so you could compile it with the COM interop setting, access it that way. A different way would be to shell a mini exe that just runs the dll and uses a value passed on the command line.

    Andy

    http://qa.sqlservercentral.com/columnists/awarren/