Chapter 7. Creating Stored Procedures that Insert Data

IN THIS CHAPTER

So far, the stored procedures we've looked at and worked with have dealt only with getting data out of the database using SELECT statements. There is much more to stored procedures than that. Stored procedures can also be used to INSERT data into your tables. When adding data to your tables using stored procedures, you need to consider several things. We cover all these considerations in this chapter.

In this chapter, we cover the following:

  • Inserting ...

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.