What is an extended stored procedure? Can you instantiate a
COM object by using T-SQL?
Answer Posted / swapna
An extended stored procedure is a function within a DLL
(written in a programming language like C, C++ using Open
Data Services (ODS) API) that can be called from T-SQL,
just the way we call normal stored procedures using the
EXEC statement.
Yes, you can instantiate a COM (written in languages like
VB, VC++) object from T-SQL by using sp_OACreate stored
procedure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how will add additional conditions in sql?
How many levels of sp nesting are possible?
How to list all stored procedures in the current database using ms sql server?
How to rebuild the master database?
List some case manipulation functions in sql?
What is database dimension? : sql server analysis services, ssas
Explain comment on transactions?
Explain some stored procedure creating best practices or guidelines?
Define clusters?
can an automatic recovery be initiated by a user? : Sql server administration
How can you ensure that the database and sql server based application perform well?
What does it mean to be in union?
1 01 101 01010
How to download and install microsoft sql server management studio express?
How use inner join in sql server?