This document provides an overview of MS SQL Server tips covering topics such as relationship databases, database design including normalization, indexes, and useful queries. Relationship databases organize information into tables that can be related through primary and foreign keys. Database design involves normalization to eliminate anomalies and improve performance. Indexes help optimize queries and common types include clustered, nonclustered, unique and full-text. Useful queries are provided to check index fragmentation and monitor currently running processes.