- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 188字
- 2021-07-02 20:41:37
How to do it...
- We'll first create a folder that will hold the solution files. In our case, we created a folder called C:\Projects\SSISCookbook and we uncompressed the solution file in it, as shown in the following screenshot:

- Now, we open the solution in Visual Studio by double-clicking on the SSISCookBook solution file, as highlighted in the preceding screenshot.
- The solution opens and you will see its projects, as shown in the following screenshot:

The following point will describe the projects that are shown in the Solution Explorer in SQL Server Data Tools (Visual Studio):
- DB.AdventureWorksLT: This is an SQL Server database project that contains the AdventureWorksLT database objects.
- DB.AdventureWorksLTDW: This is the SQL Server database project that contains the staging, DW, the framework database objects. We'll talk about the framework in a subsequent recipe.
- ETL.DW: This is an SSIS project that fills the tables in the DW schema.
- ETL.MasterData: This is an SSIS project that connects to Master Data Services and loads the DW.DimOrderProvenance table in the AdventureWorksDW database.
- ETL.Staging: This is an SSIS project that loads the tables in the staging schema in the AdventureWorksDW database.
推薦閱讀
- CMDB分步構建指南
- Neo4j Essentials
- 量化金融R語言高級教程
- Babylon.js Essentials
- HTML5秘籍(第2版)
- .NET 4.5 Parallel Extensions Cookbook
- ArcPy and ArcGIS(Second Edition)
- 系統分析師UML用例實戰
- INSTANT Apache Maven Starter
- R Data Visualization Cookbook
- Django 3 Web應用開發從零開始學(視頻教學版)
- 天天學敏捷:Scrum團隊轉型記
- Java EE 8 Development with Eclipse
- Learning IPython for Interactive Computing and Data Visualization(Second Edition)
- C++程序設計基礎(下)