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
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
What is the use of nvl work?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
between cast and convert which function would you prefer and why?
What is the maximum size of a row in sql server?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
How to create a simple stored procedure in ms sql server?
Give main differences between "Truncate" and "Delete".
Why olap is used?
Write a query for primary key constraint with identity key word?
How to make conditional sum in ssrs?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.