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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain different levels of normalization? : Sql server database administration

529


Where sql server usernames and passwords are stored in a sql server?

498


What is a covered index?

523


What is view in sql?

565


How retrieve field names from the table in SQL through JAVA code?

1403






what is a mixed extent? : Sql server administration

609


How can you hide the sql server instances?

521


Explain following error properties?

564


how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?

1106


What are drilldown reports?

86


After removing a table from database, what other related objects have to be dropped explicitly?

560


What is indexing explain it with an example?

558


Explain the benefits of user-defined functions?

530


What are views in ms sql server?

603


IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do

1334