- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 135字
- 2021-07-02 20:41:34
There's more...
This simple recipe shows you how easily we can now use SSDT for Visual Studio 2015 with prior SSIS versions. If you open an existing SSIS project that is developed in the SQL Server 2012 or 2014 SSDT version, the designer (SSDT) will be smart enough to select the right target version (2012 or 2014) without upgrading your project or packages.
The default Target Server version is SQL Server 2016. If you created your SSIS project without setting this property and try to deploy it on a prior version to 2016, the deployment will fail. Also, if you change this property from, for example, SQL Server 2016 down to SQL Server 2014 and your package uses new SSIS functionality, the project won't build and therefore you will not be able to deploy it.
推薦閱讀
- iOS Game Programming Cookbook
- Java EE 6 企業級應用開發教程
- MATLAB圖像處理超級學習手冊
- 數據結構習題精解(C語言實現+微課視頻)
- Processing互動編程藝術
- Hands-On Enterprise Automation with Python.
- 3D少兒游戲編程(原書第2版)
- SQL Server 2016數據庫應用與開發
- 微信小程序全棧開發技術與實戰(微課版)
- Cybersecurity Attacks:Red Team Strategies
- Solr Cookbook(Third Edition)
- BeagleBone Robotic Projects(Second Edition)
- Mastering Adobe Captivate 7
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- SSH框架企業級應用實戰