What is an extended stored procedure? Can you instantiate a
COM object by using T-SQL?
Answer / 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 |
What is nolock?
What are sql server functions?
How to change location of errorlog in SQL?
How to update muliple row in single query?
Explain the steps to use transact-sql cursor?
What do you mean by acid?
Explain what role entity and relationship play in an ER diagram.
Explain having clause and where clause?
What is the command used to check locks in microsoft sql server?
What is the use of keyword with encryption.
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
Explain primary key, foreign key and unique key?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)