ABSTRACT

This chapter will present the source code of the prototype that was used throughout this book. The tools that are used in the implementation of the prototype are described as follows:

• Microsoft SQL server 2008 R2. SQL server is a relational database management system (RDBMS) from Microsoft that is designed for the enterprise environment. SQL Server runs on T-SQL (Transact-SQL), a set of programming extensions from Sybase and Microsoft that add several features to standard SQL, including transaction control, exception and error handling, row processing, and declared variables.