Chapter 12. Extended Stored Procedures

IN THIS CHAPTER

Extended stored procedures are a special type of procedure that you can use to add extremely powerful functionality to your SQL Server applications. Unlike normal stored procedures, extended stored procedures aren't written using the SQL language—instead, they are written using C or C++.

In this chapter, the following topics are covered:

  • How extended stored procedures work

  • Writing the required C code

  • Registering extended stored procedures

  • Useful system extended stored procedures

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.