ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
what is extended StoreProcedure ?
 Question Submitted By :: Sam
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is extended StoreProcedure ?
Answer
# 1
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. See books online to learn how to create 
extended stored procedures and how to add them to SQL 
Server.
 
Is This Answer Correct ?    1 Yes 0 No
Shantanub
 
  Re: what is extended StoreProcedure ?
Answer
# 2
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 ?    2 Yes 0 No
Abdul Raziq
 
 
 
  Re: what is extended StoreProcedure ?
Answer
# 3
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
Naren
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
In clustered and non clustered indexes which one is faster while executing a query ?  1
Let’s say the table in the database is named as TBL_Register. The fields in this table include: 1. User_Name, 2. User_Telephone, 3. Register_Date The field Register_Date stores the current date and time of the registration. Write the SQL statement that inserts the data into the table. Techno-Solutions2
How do I list the available tables in a database I'm querying?  3
What are the type of joins? When do we use Outer and Self joins?  3
How do you use DBCC statements to monitor various aspects of a SQL server installation?  1
What is WITH CHECK OPTION Karur-Vysya-Bank-KVB2
What's the maximum size of a row?  4
Create Index myIndex On myTable(myColumn) What type of Index will get created after executing the above statement  2
we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz  6
to explain sql server 2000 architecture & authentication  1
What are tasks? Wipro1
What is ACID Property of Transaction?  3
What are the two virtual tables SQL Server maintains for triggers?  2
What is the difference between a stored procedure and a user defined function in sql server? Millennium2
Can we create clustered index on non primary key column CTS11
Which data type can be used only on OUTPUT parameters of the stored proceduer?  2
how to get 25th row in any table in sqlserver can u tell me syntax  4
I have a huge amount of data which is displayed in a report. The data is viewed every day. Every day the data is displayed in 30 secs but suddenly today it is giving an timeout message today. Data has not been changed. The situation is same as yesterday. What might be the reason??? Please Answer. Satyam3
How To delete duplicate record from a particular table? eXensys8
how can do you the system monitoring?  1
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com