InterviewSolution
Saved Bookmarks
| 1. |
Can We Initiate A External Com Object From Within Sql? |
|
Answer» Yes we can USE the stored PROCEDURE sp_OACreate to INITIATE the external COM OBJECT from the T-SQL. Yes we can use the stored procedure sp_OACreate to initiate the external COM object from the T-SQL. |
|