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 are the different ways of moving data/databases between servers and databases in SQL Server?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
What Is Rdbms?
How many databases Microsoft SQL server provides?
How to Update from select query in sql server?
Why should one not prefix user stored procedures with ‘sp_’?
What is Pointer ?
3 Answers Cap Gemini, CarrizalSoft Technologies,
What is RAID? What are the different types of RAID configurations?
What is the difference between varchar and nvarchar datatypes?
How check triggers in sql server?
What is filtered index?
Explain aggregate functions?