GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Database  >  Stored Procedures
Go To First  |  Previous Question  |  Next Question 
 Stored Procedures  |  Question 4 of 12    Print  
What are external procedures ? Why and when they are used?

  
Total Answers and Comments: 5 Last Update: May 23, 2008     Asked by: smocherla 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 02, 2006 09:58:10   #1  
Tina        

RE: what are external procedures ? Why and when they a...
I hope external procedures are Extended stored procedures only.they let you create your own external routines in a programming language such as C.Extended stored procedures are DLLs that an instance of Microsoft SQL Server can dynamically load and run.Extended stored procedures run directly in the address space of an instance of SQL Server and are programmed by using the SQL Server Extended Stored Procedure API.
 
Is this answer useful? Yes | No
August 02, 2006 10:49:55   #2  
TinaBhate Member Since: August 2006   Contribution: 1    

RE: what are external procedures ? Why and when they a...
Extended stored procedures let you create your own external routines in a programming language such as C. Extended stored procedures are DLLs that an instance of Microsoft SQL Server can dynamically load and run. Extended stored procedures run directly in the address space of an instance of SQL Server and are programmed by using the SQL Server Extended Stored Procedure API.
 
Is this answer useful? Yes | No
October 02, 2006 08:30:54   #3  
lalita.p        

RE: what are external procedures ? Why and when they a...
Extended store procedures are the Functions written in DLL.
 
Is this answer useful? Yes | No
March 10, 2008 04:23:30   #4  
sampra Member Since: February 2008   Contribution: 279    

RE: What are external procedures ? Why and when they are used?
pls expalin           
 
Is this answer useful? Yes | No
May 23, 2008 06:56:49   #5  
praveengowda Member Since: August 2007   Contribution: 3    

RE: What are external procedures ? Why and when they are used?
External procedures provide a mechanism for calling out to a non-database program, such as a DLL under NT or a shared library under Unix. Every session calling an external procedure will have its own extproc process started by the listener. This extproc process is started with the first call to the external procedure and terminates when the session exits. The shared library needs to have a corresponding library created for it in the database.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape