This document provides a guide for testing the back end of SQL databases. It discusses why back end testing is important, different testing phases and methods. It outlines tests for various structural aspects like database schema, stored procedures, triggers, and integration. Functional testing is also described, including checking data integrity, security, performance, and interfaces. Nightly processes, tools, and other test issues are covered as well. The goal is to provide testers a comprehensive approach to thoroughly testing the back end.