Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are audit control procedures?

940


State a few properties of relational databases?

1060


Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .

1902


Would you store your query in a ssrs report or a database server? State the reason why?

148


What is a heap?

982


What is dbcc updateusage?

1151


How do I uninstall sql server 2014?

873


How to list all field names in the result set using mssql_field_name()?

867


What is inline table-value user-defined function?

1010


What is the difference between stored procedure and user defined functions?

1128


Can you explain what is the use of custom fields in report?

1000


Tell me about normalization in DBMS.

947


How do I edit a stored procedure in sql server?

881


What are approximate numeric data types in ms sql server?

1003


IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do

1755