adspace


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. For an example of creating a COM object in VB
and calling it from T-SQL

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is clustered index

1085


Explain “row_number()” in sql server with an example?

1076


How to convert character strings into numeric values?

1189


Can you index views?

953


How to connect php with different port numbers?

1184


What is normalization and what are the advantages of it?

1054


Where can you add custom error messages to sql server?

1208


How to remove duplicate rows from table except one?

1087


What is a view in sql?

1039


How do I find the sql server version?

1101


What is sql server query analyzer?

1126


List the ways in which dynamic sql can be executed?

1085


What is standby servers? Explain types of standby servers.

1078


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1298


What are wait types?

1248