- 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.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(微課版)
- INSTANT Sencha Touch
- C語(yǔ)言程序設(shè)計(jì)立體化案例教程
- Interactive Applications Using Matplotlib
- Visual Basic程序設(shè)計(jì)
- 愛(ài)上micro:bit
- RealSenseTM互動(dòng)開(kāi)發(fā)實(shí)戰(zhàn)
- Visual FoxPro 6.0程序設(shè)計(jì)
- Struts 2.x權(quán)威指南
- JavaEE架構(gòu)與程序設(shè)計(jì)
- Node.js實(shí)戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開(kāi)發(fā)
- 新手學(xué)Visual C
- Python實(shí)現(xiàn)Web UI自動(dòng)化測(cè)試實(shí)戰(zhàn):Selenium 3/4+unittest/Pytest+GitLab+Jenkins