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:
-
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). -
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:
-
Run
vs_setup.exe --NoWeb
to install the VS2017 Shell and SQL Server Data Project. -
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
- Or for an unattended installation, run
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):