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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Databases >> SQL-Server
 
 
 
Question
What are the pros and cons of creating extended stored 
procedures?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
Answer
The pros are that you can implement additional 
functionality and access data from DLLs from within SQL 
Server. If you need to do something that can be done only 
in C or C++, or if you have data that can be accessed only 
outside of SQL Server, you can still provide a link to it. 
The biggest con to extended stored procedures is that they 
run in the same process space as SQL Server. So an errant 
DLL could overwrite memory and cause SQL Server to crash or 
even corrupt data. The biggest safeguard against these 
problems is thorough testing of the procedure
 
0
Guest
 
View All Answers
 
 
 
 
 
   
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