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 the types of user defined functions in sql server?

1092


what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration

944


What is the recovery model?

1052


How to list all triggers in the database with sys.triggers in ms sql server?

1123


What are the types of lock supported by ?

1091


Explain “not null constraint” in sql server?

1088


What will happen if a column containing char type data is changed to the nchar data type?

1147


What is the difference between count () and rowcount ()?

1075


What is TDS(Tabular Data Stream) Gateway?

127


What is compression - row-level and page-level compression?

961


What is lock escalation? : sql server database administration

1196


What are the new scripting capabilities of ssms? : sql server management studio

1116


What encryption security is available in sql azure?

101


Does table partitioning improve performance?

1015


What are the database roles? : sql server security

1273