1.0 SQL Server 2005 Installation
2.0 Starting up SQL Server 2005 servers
2.1 Registration and connecting the server
2.2 Pause and stop the server
3.0 SQL Server Management Studio
3.1 Basic function of Server Management Studio
3.2 Change Window layout
3.3 Writing Transact-SQL code
3.4 Using template, programs and projects
3.5 Enhance efficiency by using HELP
4.0 Database management
4.1 Design users database
4.2 Create user database
4.3 Set up user database
4.4 Detach and Attach user databases
4.5 Online and offline user database
4.6 Compress user database and file
4.7 Delete an unused database
4.8 Export SQL script directly from SQL Server 2005 (new feature)
5.0 Management of Data Tables
5.1 Design user tables
5.2 Create user tables
5.3 Edit user tables
5.4 Delete user Table
5.5 INSERT statements
5.6 UPDATE statements
5.7 DELETE statements
6.0 Transact-SQL Data Queries
6.1 Understanding Common Query Language
6.2 Using a WHERE conditions Query
6.3 Using ORDER BY command in a query
6.4 GROUP BY queries
6.5 HAVING command in a query
6.6 INTO Command
6.7 JOIN query
6.8 Nested query
7.0 Index Management
7.1 Basic knowledge of Index
7.2 How to create an index
7.3 How to check index information
7.4 How to alter an index
7.5 How to delete an index
8.0 Views, Statistics and Synonyms
8.1 How to create views
8.2 How to maintain statistical Information of a database
8.3 How to create Synonyms
9.0 Stored Procedure and Trigger Management
9.1 Stored Procedure
9.2 Triggers and Trigger Management
10.0 Data Integrity
10.1 Overview of Data Integrity
10.2 How to reate and manage constraints
10.3 How to create and manage Rules
10.4 How to create and manage defaults
11.0 Security and License
11.1 SQL Server 2005 security mechanism
11.2 Login and User Account Management
11.3 Role Management
11.4 Permission Management
12.0 Backup and Recovery
12.1 Complete Database Backup and Recovery
12.2 “Integral + Logs” Database Backup and Recovery
12.3 “Integral + Difference + Logs“ Database Backup and Recovery
12.4 Database Recovery from Backup Files