Chapter 5. Creating and Altering Stored Procedures

IN THIS CHAPTER

Now that you have learned how SQL Server stored procedures work, it is time to start creating stored procedures. Almost any query you write can be turned into a stored procedure. This approach enables you to run any query by executing a single command. This helps to insulate the application and the application developers by hiding the complexities of the SQL queries. Creating the actual stored procedure is relatively easy, after the query has been written and debugged. In this chapter, you will look at the basics of ...

Get Writing Stored Procedures for Microsoft SQL Server now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.