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

What is dimension table? : sql server analysis services, ssas

554


How to provide default values to stored procedure parameters?

568


What security features are available for stored procedure?

584


Explain what is lock escalation?

565


What is the full meaning of dml?

517






Can you explain what is sql server english query?

534


Can you explain different types of joins?

537


What are the advantages of log shipping?

553


How to list all tables in the database using odbc_tables()?

557


How to list all field names in the result set using mssql_field_name()?

517


What are Spatial data types in SQL Server 2008

548


Why is replication required on the sql server?

566


How to start sql server browser service?

550


Is port 1433 secure?

529


How to receive output values from stored procedures?

470