2,649 questions with SQL Server Integration Services tags

Sort by: Updated
1 answer

SQL Server 2022 error when downloading – taking more than 24 hours and still not resolved!

From my research, it seems that everyone is facing this issue, yet there is still no solution. I’m not sure what Microsoft is waiting for to fix this problem. I have completely uninstalled and reinstalled it, but I keep encountering the same issue. I…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-21T15:45:18.37+00:00
James Flush 0 Reputation points
answered 2025-02-21T18:34:27.26+00:00
Dan Guzman 9,266 Reputation points
3 answers One of the answers was accepted by the question author.

SSIS An error occurred while attempting to perform a type cast.

The SQL Server has been updated to SQL 2022 (compatibility mode 150). The same file that works in production, now gives an error in Stage Error: 0xC0049064 at Load Flat File, Derived Column File [2]: An error occurred while attempting to perform a type…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-20T16:35:43.11+00:00
Naomi Nosonovsky 8,191 Reputation points
accepted 2025-02-21T11:46:26.7+00:00
Naomi Nosonovsky 8,191 Reputation points
0 answers

Assistance Needed with SQL Server Installation and Setup

I am experiencing difficulties while trying to install SQL Server 2019 on my machine. Despite following all necessary steps, I am encountering issues that prevent me from successfully setting up the server. Specifically, I am facing challenges when…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-20T14:54:12.08+00:00
David Dimitrov 0 Reputation points
commented 2025-02-21T02:39:14.3833333+00:00
LiHongMSFT-4306 30,901 Reputation points
1 answer

ODBC Source Task - KISAM ODBC Driver - Unable to retrieve list of tables or run SQL script

I'm attempting to upgrade a package from SSDT_BI 2013 to Microsoft SQL Server Data Tools for Visual Studio 2017 (SSDT) with version 15.1.62002.01090. However, I'm encountering an issue where I cannot retrieve the list of tables or execute SQL scripts…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2023-08-24T06:49:50.4433333+00:00
Vani Priya 5 Reputation points
commented 2025-02-20T17:31:33.77+00:00
Mark Lund 0 Reputation points
1 answer

Migrate SSISDB Integration Service Catalog

Hi Expert, My organization plan to migrate SQL instance to new system, there is many project folder in Integration Service Catalogs - SSISDB I've got idea to migrate project folder on this part at once to minimizing migration time duration if any, is…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-20T03:37:24.2233333+00:00
UrBel 220 Reputation points
answered 2025-02-20T05:20:05.9266667+00:00
ZoeHui-MSFT 40,901 Reputation points
6 answers

SQL Server Excel Import - The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.

I'm trying to do a simple Excel import into a local SQL Server instance installed on my machine (to do some analysis), I'm attempting to use the wizard through SSMS. This worked a few days ago and I imported a couple of thousand tabs into tables in SQL…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,490 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2021-11-19T14:32:00.537+00:00
Alex Fletcher 61 Reputation points
commented 2025-02-19T14:46:42.1566667+00:00
Jeffrey Howard 20 Reputation points
2 answers

An integration services catalog was not found on this server instance

Hi, One of our developers is getting the error in the title when trying to deploy an integration services package from his laptop using VS 2019. The SQL server is also 2019 (I think) We can confirm the catalog exists as other developers can connect and…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-17T08:47:10.6066667+00:00
Farid Ali 0 Reputation points
commented 2025-02-19T14:13:09.85+00:00
Farid Ali 0 Reputation points
2 answers One of the answers was accepted by the question author.

about the SQL code in SSIS-Tutorial-Lesson-1-6

Hello There, I recently started practicing SSIS-tutorial, and am in Tutorial -- Lesson 1-6; While executing the steps in the document, under the Heading "Add and configure the Lookup Currency Key transformation" I couldn't…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2021-05-18T19:47:03.91+00:00
ArunRaaman 1,001 Reputation points
edited an answer 2025-02-19T09:22:42.3666667+00:00
Edmund Roux 0 Reputation points
1 answer

Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed

Hi I have added a NewtonSoft. JSON dll in Script task, it is working locally, when deployed and trying to run through SQL Agent Job, getting error as "Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral,…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-18T13:42:53.2+00:00
Ajay Jha 0 Reputation points
answered 2025-02-19T02:43:09.49+00:00
ZoeHui-MSFT 40,901 Reputation points
1 answer

SSIS Customs connections are not getting fetched as part of Microsoft.SqlServer.Dts.Runtime.Connections using sql version 2022

Hi Team, I am using custom component for ssis . It works fine for sql 2016 using vs2019 but as soon as i change the target sql version to 2022 ,it doesn't worked. While debugging i found that the connection which i created using custom connection…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2023-02-18T09:42:43.23+00:00
Sanjay Sharma 0 Reputation points
commented 2025-02-17T18:07:47.7233333+00:00
Tyler Sand 0 Reputation points
8 answers

Custom ConnectionManager always returns null at runtime

I have written a very simple custom connection manager inheriting from ConnectionManagerBase. My acquireconnections and release works as it should in design time on my source component. The issue is when I try and execute it in Visual Studio. I associate…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2021-03-13T06:35:27.367+00:00
ManicFarmer 16 Reputation points
commented 2025-02-17T17:18:59.2366667+00:00
Tyler Sand 0 Reputation points
8 answers

SQL Server 2022 Developer Edition - Installation of the SSIS Integration Services

Hello to all, I have been trying to do the one Integration Services installation on my SQL Server 2022 Developer Edition environment. Unfortunately I always get errors during the installation, these are mainly related to the installation of Microsoft OLE…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,490 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2023-02-20T09:37:55.24+00:00
Alessandro Di Pasquale 15 Reputation points
commented 2025-02-13T22:18:09.2833333+00:00
Jindra 0 Reputation points
2 answers

Minimum Cost to run just a SQL Server Single DB

I have a SQL server basic DB. It is supposed to cost $7.20USD per month. Why after 2 days do I have bill of $50USD. $48 for Sql Server Core and $1.56 for storage and $0.36 for DTU? Th DTU sounds close (but we only did 3000 inserts of 2 doubles and 3…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-12T23:19:39.6733333+00:00
Glen Kleidon 0 Reputation points
answered 2025-02-13T01:16:42.2433333+00:00
ZoeHui-MSFT 40,901 Reputation points
2 answers One of the answers was accepted by the question author.

SSIS Data from SQL Server into an Excel File Using SSIS

Good day, I have data like the below: CREATE TABLE [dbo].[test_data]( [Local_Site] [varchar] NULL, [LM_Company] [int] NULL, [TotalStaff] [int] NOT NULL, [NewOpp] [nvarchar] NULL, [ExistOpp] [nvarchar] NULL, [EasyTarget] [int] NOT NULL, [GoldTarget] [int]…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-01-30T10:30:43.9133333+00:00
Rontech10111 161 Reputation points
accepted 2025-02-12T06:52:47.22+00:00
Rontech10111 161 Reputation points
2 answers One of the answers was accepted by the question author.

TITLE: Microsoft Visual Studio ------------------------------ Cannot map the input column, 'CurrencyDate', to the lookup column, 'FullDateAlternateKey', because the data types do not match. ------------------------------ BUTTONS: OK -------------------

i have changed the data types to DT_DBDATE as instructed but when trying to map the fields, it keeps saying I cannot map the currencyDate to the lookup column, FulldatealternateKey, because datatypes do not match

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,490 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2024-08-14T12:50:28.01+00:00
Joel Manhede 20 Reputation points
commented 2025-02-11T23:21:11.71+00:00
MD Friedman 0 Reputation points
3 answers

SSIS - package working only when there is breakpoint

I have a SSIS package which contains different sequence container, the problem is when I execute the whole package, it executes first 2-3 containers then gets Index out of bound error in next container (In a script task inside a data flow task). But…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,306 questions
asked 2021-09-03T14:21:23.33+00:00
SUNGHOON Kritesh 6 Reputation points
commented 2025-02-11T22:17:14.7433333+00:00
Jeff Ballard 0 Reputation points
2 answers

ODBC Native Client 10 Performance Issues After Windows 11 Update

A legacy application using ODBC Native Client 10 has encountered significant performance issues following the latest Windows 11 update. The application previously worked well, but now it is unacceptably slow. The environment includes an in-house MSSQL…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,490 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-02-10T18:36:21.1833333+00:00
Darwin Weyh 0 Reputation points
commented 2025-02-11T22:11:13.4033333+00:00
Erland Sommarskog 117.4K Reputation points MVP
1 answer

how to migrate SSIS integration packages from SQL 2008 to 2019

Hi, i wanted to migrate my sql server from 2008 to SQL 2019, it also has SSIS packages, how can i migrate them from SQL 2008 to SQL 2019 Thanks

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2023-01-17T17:16:25.2+00:00
SaikrishnaE 51 Reputation points
commented 2025-02-11T15:18:25.4766667+00:00
Lourdusamy, Julliet 0 Reputation points
2 answers

VS - How to fix "Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0"

Hi, I have created a new SSIS project in Visual Studio, and there is a Script Task built in the SSIS package. This Script Task is used get a bearer token from an API website, this C# script run successfully in C# Console. When I run the Script Task…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-01-31T11:58:33.4366667+00:00
Jocelyn Kwong 0 Reputation points
commented 2025-02-06T17:09:14.7066667+00:00
Jocelyn Kwong 0 Reputation points
1 answer One of the answers was accepted by the question author.

ADF - CSV file with more than 2000 columns, need to create multiple tables in the sqlserver using Azure Data factory

I have csv file with more than 2000 columns and 20gb file size. Have to create multiple tables in sqlserver from the csv file using Azure Data factory. here is the file columns col1 col2 col3 col4 col5 col5 ...... i have to create tables with below…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,275 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,649 questions
asked 2025-01-31T13:53:58.33+00:00
Anil 40 Reputation points
edited the question 2025-02-05T01:22:59.58+00:00
ZoeHui-MSFT 40,901 Reputation points