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 / ajay kumar gupta

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 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what exactly sql injuction.how to overcome.....

2595


what are different types of raid configurations? : Sql server database administration

1100


What is the difference between implicit and explicit transaction?

1052


What are the reporting services components?

144


How to specify the collation for a character data type in ms sql server?

1079


Why use “pivot” in sql server?

1176


How do you handle datasets larger than 50 gb?

164


Explain about nested stored procedure?

1083


How to change the data type of an existing column with "alter table" statements in ms sql server?

1038


What is the purpose of optimization?

1058


Does table partitioning improve performance?

1015


What is scd (slowly changing dimension)? : sql server analysis services, ssas

1049


what is a join? : Sql server database administration

1325


What is the new security features added in sql server 2014? : sql server security

1049


How to list all user defined functions in the current database?

1116