2,729 questions with SQL Server Integration Services tags

Sort by: Updated
3 answers One of the answers was accepted by the question author.

Derived Column Error

I have created a package where I am using a derived column for date. I have defined the column in my table as below: [LAST_FOUND] [date] NULL The format of the values in excel file are: My derived column expression is (DT_DBDATE)[Last Found] And I…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-09T23:09:42.0333333+00:00
Ali Ahad 151 Reputation points
commented 2025-09-15T22:19:40.2766667+00:00
Ali Ahad 151 Reputation points
1 answer

Login timeout expired error while connecting with mysql server from Oracle using ODBC

isql -v MSSQLDEV usg_hrm ******** [S1T00][unixODBC][Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired [08001][unixODBC][Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x102 [08001][unixODBC][Microsoft][ODBC Driver 17 for…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-15T11:05:58.73+00:00
NAEEM AKRAM 0 Reputation points
answered 2025-09-15T21:25:41.01+00:00
Erland Sommarskog 125.6K Reputation points MVP Volunteer Moderator
1 answer One of the answers was accepted by the question author.

MongoDB Integration – Unexpected Execution Failure with error code

Details: Hello Community, I am currently facing a strange issue while working on a MongoDB + API integration pipeline. Our setup involves reading JSON documents from an API endpoint and storing them into a MongoDB cluster. Everything was functioning…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-11T16:08:13.1933333+00:00
karish harry 25 Reputation points
commented 2025-09-14T16:54:44.0133333+00:00
aditi sharma 75 Reputation points
0 answers

SQL 2022 SSIS with ACE 12 32bit error unexpected Termination

Hi We had a set of SSIS package on SQL 2016 writing the output to Excel with different tabs. In the old server we have ACE 2010 version 14 32bit. We had to upgrade our servers to Windows 2022 SQL 2022 we installed ACE 16 32bit but when running the SSIS…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-14T08:49:48.7566667+00:00
Katayoun Sarab 0 Reputation points
0 answers

Local is 4.8 QA Is 4.5 Prod is 4.8 developing on local. But still on prod not works and gting error. Like cannot upgrade script component. Please help me. Tried with many options and tired. QA is Working and and same package deployed on prod fails

Local .NET is 4.8, QA Is 4.5, Prod is 4.8. changed 2 columns lengths in SSIS and not any major changes. developed on local But still on prod not works and giving error Like cannot upgrade script component. Please help me. Tried with many options and…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-13T06:17:50.0066667+00:00
ram naveen 0 Reputation points
0 answers

Unexpected API Response Error 16464 — Need Clarification

System.InvalidOperationException: Operation failed with error code <error_code_188827> at MyApp.Controllers.PaymentController.ProcessRequest(18882749655) in /src/Controllers/PaymentController.cs:line 496 at MyApp.Program.Main(String[] args)…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-11T16:52:58.3766667+00:00
karish harry 25 Reputation points
commented 2025-09-11T21:27:02.19+00:00
Erland Sommarskog 125.6K Reputation points MVP Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Cannot parse SSIS expression

Hi, I'm trying to parse the following expression right("0000" +(DT_WSTR, 4) DATEPART("yyyy", DATEADD( ("DD",-1,getdate())) ,4) + "-" + right("00"+(DT_WSTR, 2) datepart("MM",…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-07T19:31:14.88+00:00
Naomi Nosonovsky 8,551 Reputation points
commented 2025-09-07T21:15:51.4533333+00:00
Naomi Nosonovsky 8,551 Reputation points
2 answers

Integrate Tally Prime to MSSQL Server Management

I have my data stored in Tally Prime and I want to create a data flow on a daily basis into MSSQL Server Management. How am I supposed to do this?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2024-04-02T08:23:35.5466667+00:00
Param Mehta 5 Reputation points
commented 2025-09-05T10:17:42.1733333+00:00
Krishna Mandal 0 Reputation points
0 answers

SQL Server Integration Package Failing with Error Code 18883190814 During Execution

System.Data.SqlClient.SqlException: Execution failed with error code <error_code_18883190814> at Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Execute() at Microsoft.SqlServer.Dts.Runtime.TaskHost.Execute(Int32& result) at…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-09-03T17:28:17.3266667+00:00
aditi sharma 75 Reputation points
commented 2025-09-03T21:13:23.2866667+00:00
Erland Sommarskog 125.6K Reputation points MVP Volunteer Moderator
0 answers

WCF EndpointNotFoundException when connecting to

System.ServiceModel.EndpointNotFoundException: Could not connect to the remote endpoint 18775299031 Server stack trace: at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout) at…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-08-28T14:42:13.1433333+00:00
shreyansh raj 0 Reputation points
commented 2025-08-28T21:17:28.2533333+00:00
Erland Sommarskog 125.6K Reputation points MVP Volunteer Moderator
1 answer

Error execute a SSIS Packed with SQL Agent

Hello, we have a very strange problem when executing an SSIS package with the SQL Agent. The package has the following tasks for an Excel file: 1. Check file in the source path. 2. Copy file to the destination path. 3. Open file in the destination…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-07-31T11:15:48.86+00:00
Wolfgang 0 Reputation points
commented 2025-08-27T14:07:27.7366667+00:00
Wolfgang 0 Reputation points
4 answers

Unable to install SQL server

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,085 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
574 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,351 questions
SQL Server | Other
asked 2024-06-03T08:19:20.6533333+00:00
Cydrx Malla 5 Reputation points
answered 2025-08-23T06:59:41.1233333+00:00
Cydrx Malla 5 Reputation points
5 answers

How to fix SQL Server Setup has encountered the following error: Failed to retrieve data for this request..

Hi Experts, For the first time, we install New SQL Failover clustering on primary host and it success, however when we tried to install now the SQL on the secondary host as Add node SQL failover cluster, we encountered an error at the beginning of the…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,085 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,351 questions
SQL Server | Other
asked 2023-01-17T12:13:39.11+00:00
Homer Sibayan 366 Reputation points
answered 2025-08-22T19:37:43.6966667+00:00
eric p 0 Reputation points
13 answers One of the answers was accepted by the question author.

SSIS (DTExec.exe) Complus (COM+) Error with Large Excel Files Since August 2025 Patches

Our SSIS process has been running reliably for over two years without any issues. However, starting in August 2025, we began encountering a consistent crash when loading large Excel (.xlsx) files using the Microsoft.ACE.OLEDB.16.0 driver. The crash…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-08-13T12:39:13.3+00:00
Cheng Wang 120 Reputation points
commented 2025-08-22T09:19:02.1633333+00:00
Shun 0 Reputation points
4 answers

VS 19, SSIS project, getting and error "The specified provider is not supported. Please choose different provider in connection manager" when choosing OLEDB as the connection type

Using Visual Studio 19 on new laptop. Have installed the SSIS template. I also have SSMS 19 installed. I create a new project and try and create a new Connection Manager. I select OLEDB and click Add... On the next screen to configure the OLE DB I select…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
Developer technologies | Visual Studio | Other
asked 2023-04-26T00:34:01.27+00:00
Seeley, Steve 15 Reputation points
commented 2025-08-21T20:32:39.69+00:00
PaPavel 0 Reputation points
5 answers

importing excel using Import or export

my imput and export data doesn't have the excel imput

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-08-11T00:40:50.2433333+00:00
Jesse Baza 0 Reputation points
answered 2025-08-21T07:38:29.4966667+00:00
Victor Garret 0 Reputation points
0 answers

msodbcsql RHEL 10 support

Hello, is there a release date msodbcsql17 or msodbcsql18 with RHEL 10 support? RHEL 10 repository already exist https://packages.microsoft.com/rhel/10/prod/ but there is only azure-cli, but no msodbcsql stuff.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-08-18T15:05:44.2733333+00:00
Erben, František 5 Reputation points
0 answers

Unexpected API Response Error 16464 — Need Clarification

System.InvalidOperationException: Operation failed with error code <error_code_164640> at MyApp.Controllers.PaymentController.ProcessRequest() in /src/Controllers/PaymentController.cs:line 668 at MyApp.Program.Main(String[] args) in…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-08-13T16:53:33.8466667+00:00
shreyansh raj 0 Reputation points
commented 2025-08-13T20:43:08.96+00:00
Erland Sommarskog 125.6K Reputation points MVP Volunteer Moderator
0 answers

SSIS package works in Visual Studio 2022 but not from command line?

I have a snippet of a workload that involves importing data from a CSV file into a MySQL database via ODBC. When I run it within Visual Studio it works just fine but when I run it via DTexec.exe (64-bit) it fails with the following errors: Description:…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
asked 2025-08-13T20:37:02.52+00:00
Greg Troyan 0 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 Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,729 questions
SQL Server | Other
asked 2021-11-19T14:32:00.537+00:00
Alex Fletcher 66 Reputation points
commented 2025-08-12T14:12:06.4533333+00:00
Yitzhak Khabinsky 26,836 Reputation points