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 / dharmendra k. dixit

An extended stored procedure is simply a procedure that is
implemented in a dynamic link library (DLL) — a library
that is called by an application at runtime. Extended
stored procedures can be used in much the same way as
database stored procedures, except that extended stored
procedures normally perform tasks related to the
interaction of SQL Server with its operating environment.
Tasks that are either too complicated or just not possible
using Transact-SQL can often be performed with extended
stored procedures.
Extended stored procedures are written using the Open Data
Services (ODS) API. ODS is written and supported by
Microsoft and is available on the Workstation version of
SQL Server and as a separate product (and in the Back-
Office Development Kit). The ODS development package
includes both a static-link library (Opends60.lib) and C
header files that let you create fully functional database
services. ODS applications are dynamically linked with
Opends60.dll.

SOme are the type of Extend Stored Procedure..
XP_Cmdshell, xp_logevent, xp_deletemail, xp_sendmail

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain different types of constraints? : Sql server database administration

1000


What is the use of sql profiler in sql server 2012?

943


How to replace given values with null using nullif()?

1040


What is replace and stuff function in sql server?

1113


What is difference between createstatement and preparedstatement?

1173


Name three of the features managed by the surface area configuration tool? : sql server security

1029


What do you mean by sql server 2005 express management tools?

1353


List the different types of collation sensitivities in sql server?

1076


what is a sub-report?

146


What are transactions in sql?

1136


How to check if stored procedure is running in sql server?

1126


How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?

2051


What is pessimistic concurrency?

1023


What are the benefits and tasks of object explorer? : sql server management studio

1250


How many cores do I need for sql server 2016?

951