Skip to main content

Stored Procedures

  • Chapter
Entity Framework 4.0 Recipes
  • 346 Accesses

Abstract

Stored procedures are fixtures in the life of just about anyone who uses modern relational database systems such as Microsoft’s SQL Server. A stored procedure is a bit of code that lives on the database server and often acts as an abstraction layer isolating the code consuming the data from many of the details of the physical organization of the data. Stored procedures can increase performance by moving data-intensive computations closer to the data and can act as a data-side repository for business and security logic. The bottom line is that if you use data, you will at some point consume it through a stored procedure.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2010 Larry Tenny and Zeeshan Hirani

About this chapter

Cite this chapter

Tenny, L., Hirani, Z. (2010). Stored Procedures. In: Entity Framework 4.0 Recipes. Apress. https://doi.org/10.1007/978-1-4302-2704-5_10

Download citation

Publish with us

Policies and ethics