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


Please Help Members By Posting Answers For Below Questions

What are transactions in sql?

732


Can I run multiple instances of sql server 2000 at the same time on one computer?

795


When columns are added to existing tables, what do they initially contain?

794


Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?

96


What are the High-Availability solutions in SQL Server and differentiate them briefly?

889






What is the importance of a recovery model?

764


What is the benefit of normalization?

781


What is the purpose of the tempdb database?

741


What are the properties of sub-query?

778


Write SQL queries on Self Join and Inner Join.

788


How to use column default values in insert statements in ms sql server?

712


What is it unwise to create wide clustered index keys?

746


Does transparent data encryption provide encryption when transmitting data across the network?

800


What is the difference between an index and a unique index?

730


How to generate create view script on an existing view?

734