- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 408字
- 2021-07-02 20:41:27
How to do it...
- From the SQL Server 2016 setup utility, click on SQL Server Data Tools (SSDT). This will open the Download SQL Server Data Tools (SSDT) download page in your browser as shown in the following screenshot:

Here, there are two choices:
Install SSDT only: This is the simplest scenario. It only installs SSDT and a development shell.
Install Visual Studio and SSDT: You choose this if you plan to use source control inside Visual Studio or when you want to implement different types of development (.NET, Python, and so on) such as SSIS/SSAS/SSRS development. Since we'll talk about custom components in this book, we'll install Visual Studio Community Edition. This version is free for individuals.
- Click on the link to download the Visual Studio installer.
- Once downloaded, click on Run to launch the Visual Studio installer.
- Accept the default installation type and click Install to start the installation process. This will give you the following window:

- Once the installation is completed, since we haven't installed SSDT, don't launch Visual Studio yet. Close this window. We'll install SQL Server Data Tools first. Return to the browser window and click Download SQL Server Data Tools for Visual Studio 2015 as shown in the following screenshot:

- This will direct you to the SSDT download screen shown as follows:

- From the browser page that opens, choose English (United States). The SSDT setup executable file download starts. Since it's a small file, it takes only a few seconds to download. Once the download completes, click Run or double-click on the newly downloaded file to start SSDT installation. Accept the defaults and click Next to proceed to the next step, as shown in the following screenshot:

- Accept the license agreement by checking the I agree to the license terms and conditions and click Install, as shown in the following screenshot:

- The SSDT installer will download the necessary files and proceed to the installation, as shown in the following screenshot:

- Once the installation completes, you might have to restart your computer. If that's the case, restart it, as shown in the following screenshot. Once that's done, look for SQL Server Data Tools in your Start menu and launch it.

- From the File menu, select New Project. Once the New Project window appears, you will see Business Intelligence in the project templates, as shown in the following screenshot:

- Close SSDT; we're done with it for now.
推薦閱讀
- Mastering Python Scripting for System Administrators
- JavaScript前端開發與實例教程(微課視頻版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Interactive Applications Using Matplotlib
- Scala Reactive Programming
- 一塊面包板玩轉Arduino編程
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- R語言數據挖掘:實用項目解析
- NGUI for Unity
- Java 9 with JShell
- After Effects CC案例設計與經典插件(視頻教學版)
- Bitcoin Essentials
- Python面向對象編程(第4版)
- C語言程序設計
- Java面試一戰到底(基礎卷)