Tutorials In This Series
Lesson 1 - Importing and Exporting Data
In this lesson you will learn how to use a number of tools and commands in SQL Server 2008 to import and export data including the bcp command line utility, the T-SQL commands BULK INSERT and OPENROWSET, the SQL Server Import and Export Wizard, and SQL Server Integration Services.
Lesson 2 - Managing Data Partitions
In this lesson you will learn how to create data partitions in SQL Server 2008 to horizontally partition the rows in your database table. Data partitions allow you to divide the rows in your database table across filegroups and control which records are stored in each filegroup using partition functions and partition schemes.
Lesson 3 - Maintaining Indexes
Lesson 4 - Controlling Collations and Compression
In this lesson you will learn how to compress data in SQL Server 2008 using Page compression, row compression, and sparse columns. You will also learn how to handle different languages in a database using collations.
|