VS2017離線版的SSDT安裝包(包括SSIS)

 VS2017離線版的SSDT安裝包(包括SSIS)

裝好SQL2016和VS2017後發現沒有創建SSIS項目的接口,原來VS2017裏是沒有包含SSDT的安裝包的。

下面是我整理好的包含中英文的VS2017離線版的SSDT安裝包((安裝啓動vs_setup.exe,總大小2.08G)

鏈接:https://pan.baidu.com/s/1SmQjqbqcE7mUZDMZUH9LBg
提取碼:1hie

因爲已經是離線安裝包,所以安裝的時候斷網是沒有問題的(系統會跳過下載環節)。

 VS2017離線包要10多G,如果只做SSIS開發,那麼裝一個SSDT的VS2017就足夠了。所以這個這安裝包還是有用的。

https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017

First, complete the following steps while online:

  1. Download the SSDT standalone installer.

  2. Download vs_sql.exe.

  3. While still online, execute one of the following commands to download all the files required for installing offline. Using the --layout option is the key, it will download the actual files for the offline installation. Replace with the actual layouts path to save the files.

     

    a. For a specific language, pass the locale: vs_sql.exe --layout c:\<filepath> --lang en-us (a single language is ~1GB)
    b. For all languages, omit the --lang argument: vs_sql.exe --layout c:\<filepath> (all languages are ~3.9GB).

  4. Execute SSDT-Setup-ENU.exe /layout c:\<filepath> to extract the SSDT payload into the same <filepath>location where the VS2017 files were downloaded. This ensure that all files from both are combined into a single layouts folder.

After completing the previous steps, the following can be done while offline:

  1. Run vs_setup.exe --NoWeb to install the VS2017 Shell and SQL Server Data Project.

  2. From the layouts folder run SSDT-Setup-ENU.exe /install and select SSIS/SSRS/SSAS.

    • Or for an unattended installation, run SSDT-Setup-ENU.exe /INSTALLALL[:vsinstances] /passive

For available options, run SSDT-Setup-ENU.exe /help

 

上面的具體步驟如下:

(0)先下載下面兩個文件:(https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017)

vs_sql.exe
SSDT-Setup-ENU.exe

 (1)下載SSDS離線包第一部分:CMD裏輸入 : vs_sql.exe --layout d:\SSISForVS2017 --lang en-us  (離線包下載路徑,只下載了英文版,如果下載中文版,語言參數爲“--lang zh-CN”,大小爲1G多一點

 

 下載完成:

 (2)下載SSDS離線包第二部分:CMD裏輸入 :

SSDT-Setup-ENU.exe /layout D:\SSISForVS2017  (離線包下載路徑),離線安裝包大小800M:

 

附件是我整理好的包含中英文的安裝包(安裝啓動vs_setup.exe,總大小2.08G)

 

因爲已經是離線安裝包,所以安裝的時候斷網是沒有問題的(系統會跳過下載環節)。

 

 安裝方法1:單擊vs_setup.exe,來安裝包含SSIS/SSRS/SSAS的VS2017.

安裝方法2:單擊SSDT-Setup-ENU.exe 安裝:

下面的這一步裏的下拉框,一般是是沒有裝VS2017的情況下才會出現的,選擇包含SSDT的VS2017安裝在哪裏:

 

 

(1)如果已經安裝了VS2017,可以選擇下面的選項,這樣SSDT會安裝在已有的VS2017裏:

 

 安裝成功後打開VS2017,新建菜單裏就(出現)可以選擇SSIS項目了:

 (2)如果已經安裝了VS2017想單獨安裝一個SSDS菜單,或者沒有裝VS2017的情況下,可以選擇下面的:

 安裝好後,會有單獨的菜單:SSDT就是上面安裝時候輸入的名稱:

 新建項目的時候只能到選擇到SSIS在內的少量項目(因爲它是是隻包含SSDT的VS2017):

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章