|
|
| |

Is it possible to work with COM objects from within T-SQL?
Answer:
You can use OLE Automation Stored Procedures (extended stored procedures
with sp_OA prefix) to create a COM object in T-SQL and use the object's
methods and properties.
See this article for more details:
Working with COM objects from within T-SQL
|
|
|