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 are the pros and cons of creating extended stored 
procedures?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are the pros and cons of creating extended stored procedures?
Answer
# 1
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
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
how many joins we can write if at all we have n no of tables Tanla-Solutions3
What are the new features in SQL Server 2005? Emphasis2
What do you mean by COLLATION?  4
MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE IBM1
Is it possible to create a stored procedure that runs a query and outputs the results to a text file and allows me to add extra delimeters and static field info. If so How?  1
What are the main control-of-flow T-SQL constructs?  1
Is it possible to create tables in stored procedures using a variable for the table name?  1
what operator performs pattern matching?  1
What is user stored procedure & it purpose? Wipro3
Difference Between varchar and nvarchar datatype? Satyam2
what is IDE,DMV in sql server? Value-Labs1
Explain different isolation levels?  3
How many max. conditions can b written under the WHERE clause? Like select * from [tabnam] WHERE (cond1...or..cond2....or...cond3...and.....so on.....??? (upto how much extent))????? SAP-Labs1
How to retrieve duplicate rows in a table? How to delete the duplicate entries in a table? Leo-Technologies9
how to find out the repeated value from table using groupby function?  3
I Have Employee table having column name as ID,SALARY how to get second max salary from employee table with id ex ID SALARY 1 20000 7 37000 2 5000  10
is there more the two primary key in a single table? Systematix19
How to give a user the option of importing Excel and a delimited text file into a SQL Server Database without manually using SQL DTS? GE1
what command is used to create a table by copying the structure of another table?  4
how insert selected column only ? Robert-Half1
 
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