※ 序语章 课程介绍 (Introduction)
『第01课』 ↘00:01:19↙
► 欢迎
♬ Welcome
『第02课』 ↘00:01:02↙
► 使用练习文件
♬ Using the exercise files
※ 第01章 开始学习 (Getting Started)
『第01课』 ↘00:09:04↙
► SQL Server 的核心概念
♬ SQL Server core concepts
『第02课』 ↘00:03:08↙
► SQL Server 版本
♬ SQL Server editions
『第03课』 ↘00:05:46↙
► SQL Server 包含的应用程序
♬ Applications included with SQL Server
※ 第02章 安装 SQL Server 2008 R2 (Installing SQL
Server 2008 R2)
『第01课』 ↘00:03:44↙
► 准备安装
♬ Preparing for installation
『第02课』 ↘00:02:33↙
► 创建服务账号
♬ Creating service accounts
『第03课』 ↘00:11:42↙
► 安装 SQL Server
♬ Installing SQL Server
『第04课』 ↘00:03:09↙
► 安装后检查
♬ Post-installation checks
『第05课』 ↘00:03:09↙
► 安装示例数据库
♬ Installing sample databases
※ 第03章 工具和系统数据库 (Tools and System
Databases)
『第01课』 ↘00:08:07↙
► 介绍 SQL Server 管理工具
♬ Introduction to SQL Server Management
Studio
『第02课』 ↘00:03:06↙
► 介绍 SQL Server 联机丛书
♬ Introduction to SQL Server Books Online
『第03课』 ↘00:02:22↙
► SQL Server 系统数据库
♬ SQL Server system databases
※ 第04章 创建数据库 (Creating Databases)
『第01课』 ↘00:09:39↙
► 规划你的数据库
♬ Planning your database
『第02课』 ↘00:04:07↙
► 创建一个 SQL Server 数据库
♬ Creating a SQL Server database
『第03课』 ↘00:07:51↙
► 创建表
♬ Creating tables
『第04课』 ↘00:12:25↙
► SQL Server 里的数据类型
♬ Data types in SQL Server
『第05课』 ↘00:08:09↙
► 定义键
♬ Defining keys
『第06课』 ↘00:04:39↙
► 创建默认值
♬ Creating default values
『第07课』 ↘00:02:25↙
► 创建 check 约束
♬ Creating check constraints
『第08课』 ↘00:04:34↙
► 创建 unique 约束
♬ Creating unique constraints
『第09课』 ↘00:09:51↙
► 介绍关系和外键
♬ Introduction to relationships and foreign
keys
『第10课』 ↘00:08:14↙
► 在 SQL Server 管理工具里创建关系
♬ Creating relationships in SQL Server Management
Studio
『第11课』 ↘00:11:47↙
► 数据库规范化
♬ Database normalization
『第12课』 ↘00:03:10↙
► 创建计算列
♬ Creating computed columns
※ 第05章 导入现有数据 (Importing Existing
Data)
『第01课』 ↘00:03:58↙
► 使用 SQL Server 导入和导出向导
♬ Using the SQL Server Import and Export
Wizard
『第02课』 ↘00:06:11↙
► 导入 Excel 文件到 SQL Server
♬ Importing Excel files into SQL Server
『第03课』 ↘00:05:27↙
► 导入 CSV 文件到 SQL Server
♬ Importing CSV files into SQL Server
『第04课』 ↘00:07:35↙
► 导入 Access 数据库到 SQL Server
♬ Importing Access databases into SQL
Server
※ 第06章 使用 SQL 检索数据 (Retrieving Data with
SQL)
『第01课』 ↘00:03:43↙
► 介绍 Transact-SQL
♬ Introduction to Transact-SQL
『第02课』 ↘00:07:16↙
► 使用 SELECT 语句
♬ Using SELECT statements
『第03课』 ↘00:02:21↙
► 更改默认数据库
♬ Changing the default database
『第04课』 ↘00:08:10↙
► 在 SQL 中创建条件
♬ Creating conditions in SQL
『第05课』 ↘00:03:23↙
► 排序输出数据
♬ Sorting your output
『第06课』 ↘00:07:12↙
► 使用聚合函数
♬ Using aggregate functions
『第07课』 ↘00:02:14↙
► 查找唯一值
♬ Finding unique values
『第08课』 ↘00:08:00↙
► 连接多个表
♬ Joining multiple tables together
『第09课』 ↘00:09:33↙
► 使用子查询
♬ Using subqueries
『第10课』 ↘00:03:37↙
► 查看执行计划
♬ Viewing execution plans
※ 第07章 插入和更新数据 (Inserting and Updating
Data)
『第01课』 ↘00:05:47↙
► 编写 INSERT 语句
♬ Writing INSERT statements
『第02课』 ↘00:04:38↙
► 编写 UPDATE 语句
♬ Writing UPDATE statements
『第03课』 ↘00:02:54↙
► 编写 DELETE 语句
♬ Writing DELETE statements
『第04课』 ↘00:06:17↙
► 使用 OUTPUT 子句返回插入键和 GUID
♬ Using the OUTPUT clause to return inserted keys
and GUIDs
※ 第08章 SQL 函数 (SQL Functions)
『第01课』 ↘00:06:26↙
► SQL 函数简介
♬ Introduction to SQL functions
『第02课』 ↘00:02:14↙
► 使用 SQL 配置功能
♬ Using SQL configuration functions
『第03课』 ↘00:07:26↙
► 使用字符串函数
♬ Using string functions
『第04课』 ↘00:06:27↙
► 使用日期函数
♬ Using date functions
『第05课』 ↘00:10:19↙
► 创建用户定义的函数
♬ Creating user-defined functions
※ 第09章 存储过程和事务 (Stored Procedures and
Transactions)
『第01课』 ↘00:04:23↙
► 存储过程简介
♬ Introduction to stored procedures
『第02课』 ↘00:11:23↙
► 创建存储过程
♬ Creating stored procedures
『第03课』 ↘00:04:23↙
► 事务简介
♬ Introducing transactions
『第04课』 ↘00:08:37↙
► 创建事务
♬ Creating transactions
※ 第10章 核心管理任务 (Core Administration
Tasks)
『第01课』 ↘00:06:32↙
► 理解和创建索引
♬ Understanding and creating indexes
『第02课』 ↘00:06:00↙
► 监控和重建索引
♬ Monitoring and rebuilding indexes
『第03课』 ↘00:04:07↙
► 监控数据库大小和完整性
♬ Monitoring database size and integrity
※ 第11章 备份和恢复 (Backing Up and
Restoring)
『第01课』 ↘00:04:21↙
► 创建备份
♬ Creating backups
『第02课』 ↘00:03:40↙
► 创建差异备份和使用备份压缩
♬ Creating differential backups and using backup
compression
『第03课』 ↘00:03:40↙
► 恢复数据库
♬ Restoring databases
※ 第12章 安全特性 (Security Features)
『第01课』 ↘00:05:54↙
► SQL Server 安全性和权限介绍
♬ Introduction to SQL Server security and
permissions
『第02课』 ↘00:05:07↙
► 把 Windows 用户添加到数据库
♬ Adding a Windows user to the database
『第03课』 ↘00:06:39↙
► 创建 SQL Server 登录和切换认证方式
♬ Creating SQL Server logins and switching
authentication modes
※ 第13章 报表服务 (Reporting Services)
『第01课』 ↘00:02:52↙
► SQL Server 报表服务简介
♬ Introduction to SQL Server Reporting
Services
『第02课』 ↘00:04:29↙
► 连接到报表管理器
♬ Connecting to the Report Manager
『第03课』 ↘00:12:04↙
► 使用报表生成器
♬ Using Report Builder
『第04课』 ↘00:04:17↙
► 格式化报表数据
♬ Formatting values in reports
『第05课』 ↘00:05:11↙
► 为报表添加指示器
♬ Adding indicators to reports
『第06课』 ↘00:03:54↙
► 为报表添加图表
♬ Adding charts to reports
『第07课』 ↘00:03:54↙
► 关于报表安全性
♬ Working with report security
※ 第14章 集成服务 (Integration Services)
『第01课』 ↘00:01:57↙
► SQL Server 集成服务简介
♬ Introduction to SQL Server Integration Services
(SSIS)
『第02课』 ↘00:06:59↙
► 使用商业智能开发工具
♬ Using Business Intelligence Development Studio
(BIDS)
『第03课』 ↘00:07:35↙
► 创建和执行一个简单的 SSIS 包
♬ Creating and executing a simple SSIS
package
『第04课』 ↘00:03:21↙
► 把包导入到 SQL Server 管理工具中
♬ Importing packages into SQL Server Management
Studio
『第05课』 ↘00:04:49↙
► 使用 SQL Server 代理管理计划任务
♬ Scheduling jobs with SQL Server Agent
※ 结语章 课程小结 (Conclusion)
『第01课』 ↘00:00:31↙
► 再见
♬ Goodbye