Hi,
We need to access a custom ATL COM server from SQL server 2008. Ideally we want the COM server to live on a separate machine since it is part of a larger software application. I know of the COM/OLE automation stored procedures that SQL provides (sp_OAXXXX) but they don't seem to accept a computer/server name for remote invocation.
Is it possible to acheive this using C# based CLR stored procedures? Are there any other approaches? We also have a java wrapper for the COM server so remote batch files is an option? I am looking to hear from anyone who may have dealt with a similar problem.
Thanks, Sam