The Five Processes

Database application development can be broken into five steps or general processes. These processes outline the normal procedure one follows when building database applications. Think of them as the tenets of database programming. You'll likely follow them in every database application you build.

The five general processes for building database applications are as follows:

1.
Define the purpose and functions of the application.
2.
Design the database foundation and application processes needed to implement those functions.
3.
Transform the design into an application by creating the requisite database and program objects.
4.
Test the application for compliance with the predefined purpose and functions.
5.
Install the ...

Get Guru's Guide to SQL Server™ Stored Procedures, XML, and HTML, The 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.