Parts Reference

When to use a Stored Procedure

Use a stored procedure to move repetitive tasks and calculations done on the data closer to the actual database. Because the stored procedure is stored on the server machine where the database is located, you gain the following benefits:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]