I am running SQL Server 2014 on my machine. I have installed SSDT for Visual Studio 2017, which I also have. Now I am not able to find the SSIS Toolbox in my Visual Studio. Do I need to re-install the SSDT all over again? Please let me know. Thanks in advance.
相关问题
- sql execution latency when assign to a variable
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- What is the best way to cache a table from a (SQL)
- Visual Studio 2019 - error MSB8020: The build tool
相关文章
- How to show location of errors, references to memb
- Entity Framework 4.3.1 failing to create (/open) a
- How to track MongoDB requests from a console appli
- Code for inserting data into SQL Server database u
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- SSIS solution on GIT?
- Delete Every Alternate Row in SQL
If SSDT is installed correctly
You can show SSIS toolbox in 3 ways:
(1) Visual Studio Menu strip
Based on this Microsoft article:
(2) From Context Menu strip
Or just Right click inside the Control Flow of any parent/child package and select 'SSIS toolbox', then the SSIS toolbox will be displayed just after that click. Read more
(3) Near SSIS tab pages
You can find a small button near the SSIS tab pages as shown in the following image:
If none of the above method worked then you should install SSDT correctly.