what is extended StoreProcedure ?

Answer Posted / naren

A DLL that contains extended stored procedure functions
acts as an extension to Microsoft SQL Server. To install
the DLL, copy the file to the directory containing the
standard SQL Server DLL files (C:\Program Files\Microsoft
SQL Server\Mssql\Binn by default).

To add each extended stored procedure function in an
extended stored procedure DLL, a SQL Server system
administrator must run the sp_addextendedproc system stored
procedure, specifying the name of the function and the name
of the DLL in which that function resides. For example,
this command registers the function xp_hello, located in
xp_hello.dll, as a SQL Server extended stored procedure:

sp_addextendedproc 'xp_hello', 'xp_hello.dll'

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is hash nonclustered index

535


How to add code to the existing article (using improve article)?

589


What is set nocount on and what is set nocount off?

512


What are the advantages of passing name-value pairs as parameters?

658


What is store procedure? When do you use?

523






What are functions in the sql server?

599


What is coalesce in sql server?

533


How will you add a dimension to cube? : sql server analysis services, ssas

552


Tell me in brief how sql server enhances scalability of the database system?

523


Tell me can we use custom code in ssrs?

594


What is data source object?

549


What do you understand by hotfixes and patches in sql server?

515


How many types of cursor type are there?

587


How can we remove orphan records from a table?

525


What are the properties of the transactions?

612