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 extended StoreProcedure ?

Answer Posted / abdul raziq

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.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to list all tables in the database using odbc_tables()?

1113


what is a live lock? : Sql server database administration

1017


What is the maximum size of column in sql server?

938


Who is the owner of a schema in ms sql server?

1116


Other than truncate statement, which other command can by-pass the trigger on the tables?

1182


Define left outer join in sql server joins?

1008


Define right outer join in sql server joins?

1109


What is filter index?

993


How to make remote connection in database?

1047


What are the types of subscriptions in SQL Server replication?

1102


How we can refresh the view?

1158


What are the lambda triggers?

956


Are resultset updatable?

1006


How to select an exiting database using mssql_select_db()?

1048


What are the differences between “row_number()”, “rank()” and “dense_rank()”?

1244