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 an index. What are the types?
What is difference between inner join and join?
What are the different types of locks in the database?
What is the difference between ddl and dml?
how to control the amount of free space in your index pages? : Sql server database administration
What are different types of table joins?
I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
What do you mean by an execution plan? How would you view it?
Explain the phases a transaction has to undergo?
What languages bi uses to achieve the goal?
What are the steps you can take to avoid “deadlocks”?
How do I open a .db file?