Nieuws

Visual Studio 2022 has been out for some eight months now, but it still lacks full support for SQL Server Reporting Services (SSRS) and SQL Server Integration Services (SSIS), a top feature request.
I have installed Extensions 2.48.03 and cloned an existing MS SSIS project (integration services) - this works fine. When I open the project in VS 2010 I cannot use the browse repository function ...
Visual Studio 2022 has been out for some eight months now, but it still lacks full support for SQL Server Reporting Services (SSRS) and SQL Server Integration Services (SSIS), a top feature request.
This time I will merge two data from two databases into a data warehouse using SSIS in Visual Studio. So I created three databases, two databases as data sources with the names db_sales1 and db_sales2 ...