What are the advantages of using stored procedures? Please
don't simply say compilation time will be saved as they are
already complied. Please specify some other advantages.
Answers were Sorted based on User's Feedback
Answer / paras
If your database resides on one server and you are accessing
it from different place then using Stored Procedure reduces
network traffic because you are just passing its name and
few parameters (if any)across the network instead of long query.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / santosh kumar sharma
You can encapsulate your business logic in SP. Easy to
maintain as any changes in the business logic, you'll just
have to alter the SP and not your application.
Is This Answer Correct ? | 2 Yes | 0 No |
What is it unwise to create wide clustered index keys?
What is triggers in ms sql server?
What is snapshot replication?
Where can you find the error log information? : sql server database administration
I have cleared sbi clerk examination. I am Bachelor in computer application (BCA) graduate. so which type of question related bca in sbi clerk interviews. pls answers me at sejalvaghela@yahoo.co.in.. and also tell me which type of question asked in sbi clerk interview.
What is query optimization process?
How to enter binary string literals in ms sql server?
What are the different authentication modes in sql server?
What is a synonym for manipulation?
What are the security related catalog views? : sql server security
How to drop an existing user defined function in ms sql server?
What are various ways to enhance the ssrs report?