Skip to content

Commit bcf4949

Browse files
author
PRMerger9
authored
Merge pull request #5683 from douglaslMS/ssis-tutorial-lang
Moved notice about missing files to more obvious spot.
2 parents 25479e9 + afb6dfb commit bcf4949

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/integration-services/ssis-how-to-create-an-etl-package.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ In this tutorial, you learn how to use [!INCLUDE[ssIS](../includes/ssis-md.md)]
3636

3737
When you install the sample data that the tutorial uses, you also install the completed versions of the packages that you create in each lesson of the tutorial. By using the completed packages, you can skip ahead and begin the tutorial at a later lesson if you like. If this tutorial is your first time working with packages or the new development environment, we recommend that you begin with Lesson1.
3838

39-
> [!IMPORTANT]
40-
> Recently the sample files required to run this tutorial were no longer available online at their previous location. We sincerely apologize for the inconvenience. We have made the files available at a new location, and updated the links in this article.
41-
4239
## What is SQL Server Integration Services (SSIS)?
4340

4441
[!INCLUDE[msCoName](../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] (SSIS) is a platform for building high-performance data integration solutions, including extraction, transformation, and load (ETL) packages for data warehousing. SSIS includes graphical tools and wizards for building and debugging packages; tasks for performing workflow functions such as FTP operations, executing SQL statements, and sending e-mail messages; data sources and destinations for extracting and loading data; transformations for cleaning, aggregating, merging, and copying data; a management service, the [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] service for administering package execution and storage; and application programming interfaces (APIs) for programming the [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] object model.
@@ -48,12 +45,15 @@ The best way to become acquainted with the new tools, controls, and features ava
4845

4946
## Requirements
5047
This tutorial is intended for users familiar with fundamental database operations, but who have limited exposure to the new features available in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)].
51-
48+
49+
> [!IMPORTANT]
50+
> Recently the sample files required to run this tutorial were no longer available online at their previous location. We apologize for the inconvenience. We have made the files available at a new location, and we have updated the download links in this article.
51+
5252
To use this tutorial, your system must have the following components installed:
5353

5454
- [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] with the **AdventureWorksDW2012** database. To download the **AdventureWorksDW2012** database, download `AdventureWorksDW2012.bak` from [AdventureWorks sample databases](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks) and restore the backup.
5555

56-
- Sample data. The sample data is included with the [!INCLUDE[ssIS](../includes/ssis-md.md)] lesson packages. To download the sample data and the lesson packages as a Zip file, [click here](http://download.microsoft.com/download/3/1/4/314A4169-D540-4E9E-9776-585BFBFC2CC5/Creating a Simple ETL Package.zip).
56+
- Sample data. The sample data is included with the [!INCLUDE[ssIS](../includes/ssis-md.md)] lesson packages. To download the sample data and the lesson packages as a Zip file, see [SQL Server Integration Services Tutorial - Create a Simple ETL Package](https://www.microsoft.com/download/details.aspx?id=56827).
5757

5858
## Lessons in This Tutorial
5959
[Lesson 1: Create a Project and Basic Package with SSIS](../integration-services/lesson-1-create-a-project-and-basic-package-with-ssis.md)

0 commit comments

Comments
 (0)