SQL Server Interview Questions - Advantages of Stored Procedures
SQL Server Interview Questions - Advantages of Stored Procedures
SQL Server Interview Questions
C#
Boo MV ASP. C SQL W Written HR Subsc SQL Buy
Program 2
ks C NET # Server CF Test Round ribe Tutorial DVD
s
1. Better Performance : Stored Procedures are compiled and their execution
plan is cached and used again, when the same SP is executed again. Although
adhoc queries also create and reuse plan, the plan is reused only when the
query is textual match and the datatypes are matching with the previous call.
Any change in the datatype or you have an extra space in the query then, a new
Best software training institute in bangalore for SAP ABAP,
plan is created.
SAP BI, .Net, Informatica, Software Testing, Siebel CRM
I am Venkat and this is my website. I did training in Pragim
2. Better Security : Applications making use of dynamically built adhoc sql
Technologies and got job in Dell in less than a week. PRAGIM is the queries are highly
{
best S/W training institute in Bangalore. susceptible to sql injection
Click here for Hyderabad Center Website attacks, where as Stored
Take: [“the”],
For further details please call 09900113931. Procedures can avoid
SQL injection attacks
Android: completely.
“course” 3. Reduced Network
Traffic: Stored procedures
} can reduce network traffic
to a very great extent
when compared with
adhoc sql queries. With
stored procedures, you
only need to send the
name of the procedure
between client and server.
Imagine the amount of
network bandwith that can be saved especially if the stored procedure contains
1000 to 2000 lines of SQL.
4. Better Maintainance and Reusability: Stored procedures can be used any
where in the application. It is easier to maintain a stored procedure that is used
SAP BI Training in Bangalore on several pages as the modfifcations just need to be changed at one place
Best SAP BI Training institute in Bangalore, where the stored procedure is defined. On the other hand, maintaining an adhoc
Marathahalli. Real time project based training sql query that's used on several pages is tedious and error prone, as we have to
provided by working software professionals make modifications on each and every page.
having more than 10 years of experience.
Informatica Training in Bangalore If you can think of any other advantage of using stored procedures, please
Informatica training in bangalore delivered by contribute by submitting the form below.
a real time software expert having 10 years
of experience.
Siebel CRM Training in Bangalore
Best software training institute for Siebel CRM
training in Marathahalli, Bangalore.
Software testing training institute in
bangalore
http://venkatsqlinterview.blogspot.in/2011/07/advantagesofstoredprocedures.html 1/3
12/24/2016 SQL Server Interview Questions: Advantages of stored procedures
Software testing training on real time projects
and placements.
MSBI Training Institute in Bangalore
Best MSBI Training in Bangalore by an
expert. MSBI training on real time projects
and placements.
Basic SQL Server Interview Questions
Explain Self Join with an example Can you post examples, it will be good to understand..
What is the difference between Index Reply
Scan and Index Seek
Write a SQL Query to delete from a Stephen Mathew August 8, 2014 at 8:45 PM
table that is involved in a SQL join
Since, SQL Security permissions can be placed on SPs, they are
What are the advantages of using more secure.
stored procedures
Reply
What are the different ways to
replace NULL values in SQL Server
http://venkatsqlinterview.blogspot.in/2011/07/advantagesofstoredprocedures.html 2/3
12/24/2016 SQL Server Interview Questions: Advantages of stored procedures
Replies
Reply
Enter your comment...
Comment as: Select profile...
Publish
Preview
Disclaimer Terms of use Contact Us
http://venkatsqlinterview.blogspot.in/2011/07/advantagesofstoredprocedures.html 3/3