2,462 questions with SQL Server Integration Services tags

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

MSFT Oracle Connector (SSIS) fails to install

Host Windows 10 Visual Studio 2022 Running this install: MicrosoftSSISOracleConnector-SQL22-x64.msi What would cause this fault below? This installed without error: MicrosoftSSISOracleConnector-SQL19-x64.msi

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-02-02T17:56:36.6633333+00:00
Mark Covian 21 Reputation points
answered 2024-02-12T15:45:44.48+00:00
Mark Covian 21 Reputation points
0 answers

SQL Agent SSIS job step fails with "The login is from an untrusted domain and cannot be used with Integrated authentication"

A user raised an issue with me today where a SQL Agent SSIS job step was failing with: Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication The SSIS step was using an SSIS subsystem proxy rather than the…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2023-09-15T16:28:42.2066667+00:00
Peter Bishop 161 Reputation points
edited a comment 2024-02-12T11:07:43.8033333+00:00
Greg Low 1,495 Reputation points Microsoft Regional Director
0 answers

SSIS: Import data from three databases / tables into one table using "Foreach Loop" -> Which Data Source inside Data Flow Task?

Good day, I have three different databases on three different SQL Server. Inside each databases there is a table which I'd like to import info a new table (new database server, new database). In the future I'll have more databases and more different…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-01-05T06:48:29.22+00:00
Stev Wagner 0 Reputation points
commented 2024-02-12T10:51:21.5933333+00:00
Greg Low 1,495 Reputation points Microsoft Regional Director
0 answers

Error While a partition is processed: "The JSON DDL request failed with the following error: The server sent an unrecognizable response.;Root element is missing"

We got this error when it was processing a tabular model partition in SSAS from an SSIS package. This is the JSON that process the partition: { "refresh": { "type": "full", "objects": [ { "database":…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 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,248 questions
asked 2024-01-10T18:43:53.01+00:00
Irama Abello Moreno 0 Reputation points
commented 2024-02-12T10:47:41.44+00:00
Greg Low 1,495 Reputation points Microsoft Regional Director
0 answers

SSIS Custom Object Type Transform Issue

I created a new tool for SSIS with a boolean data type output column, but when I test the tool, I received values "<Missing Reference>" on a column. The code I used is below. Can someone help me identify the problem? public override void…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 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.
10,346 questions
asked 2024-02-05T20:50:53.3933333+00:00
Radwan Alchen 0 Reputation points
commented 2024-02-12T10:29:57.0466667+00:00
Greg Low 1,495 Reputation points Microsoft Regional Director
3 answers

SQL Server error: systemassertion check has failed

Dear colleagues, Since some days ago one of our data insert process on SQL Server (based on SQL Intgeration Services) is failing with the error provided below. We have followed all the suggestions displayed on the message (running DBCC CHECKDB, install…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-02-12T09:14:48.5+00:00
Gonzalez Comas Alfons (F4E) 0 Reputation points
answered 2024-02-12T10:23:55.5766667+00:00
Greg Low 1,495 Reputation points Microsoft Regional Director
0 answers

Running SSIS package in cmd with config file but encounters error

Hello there. I have created several SSIS packages to import CSV files into a SQL Server database. Inside the packages, the connection to the SQL Server database is defined. And running with dtexec cmd it works fine. I have saved the InitialCatalog,…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2023-12-08T06:24:55.0266667+00:00
Yu, Xueke (JP - AB 余 雪柯) 0 Reputation points
commented 2024-02-12T06:03:11.3333333+00:00
Greg Low 1,495 Reputation points Microsoft Regional Director
2 answers

How can I view the defintion of the ssisdb project stream fetched from SSISDB.internal.get_project_internal stored procedure?

I have access to SSISDB database but not to the project saved in Integration Services Catalog. So I cannot view the project definition. Is there a way I can use the binary stream returned by the stored procedure SSISDB.internal.get_project_internal to…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-02-08T12:52:11.3466667+00:00
Viola Rodrigues 0 Reputation points
commented 2024-02-09T07:12:22.5366667+00:00
Viola Rodrigues 0 Reputation points
1 answer

Installing SSDT 15.8 for visual studio 2017 failing to install

Hello, I am trying to install SSDT 15.8 for visual studio 2017 on windows 11 and keeps on failing. VS 2017 is installed with Data Storage and Processing option. I have tried uninstall/install of VS 2017, frame work 4.8 multiple times without any success.…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
179 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,357 questions
asked 2024-01-22T22:17:06.7333333+00:00
HP 21 Reputation points
edited a comment 2024-02-09T05:45:16.89+00:00
Tianyu Sun-MSFT 27,791 Reputation points Microsoft Vendor
2 answers

Using Powershell run SSIS Package(.dtsx file)

I am trying below code(in .dtsx) :- Clear-Host # Define the path to the 32-bit dtexec.exe $dtexecPath = "C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\dtexec.exe" # Define the path to the SSIS package (.dtsx file) $packagePath =…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,396 questions
asked 2024-02-07T07:31:30.2633333+00:00
Jerry_2424 0 Reputation points
edited a comment 2024-02-09T05:32:56.82+00:00
Jerry_2424 0 Reputation points
3 answers

SSIS package no longer running in 64 bit mode.

I have an ssis package, that is deployed to the catalog and run as part of a sql job (sql server 2022). The job is no longer running. The package is giving the below error: An integration services class cannot be found. Make sure that integration…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-01-31T21:55:14.46+00:00
David Cohen 0 Reputation points
commented 2024-02-07T18:39:14.46+00:00
David Cohen 0 Reputation points
3 answers One of the answers was accepted by the question author.

SSIS project supported in VS2022?

Got error opening SSIS project in VS2022 and read from articles from internet (dated Nov 2021) that VS2022 does not support SSIS project yet. Would like to check if SSIS project is STILL not supported in VS2022. Thanks.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2022-02-22T02:16:19.42+00:00
Leau Bee Lin 91 Reputation points
commented 2024-02-05T21:23:08.9766667+00:00
Yitzhak Khabinsky 25,116 Reputation points
1 answer

SSIS: Second Execute SQL Task can not access the global temp table built by the first Execute SQL Task

I have an SSIS project where I need to build a temp table from sql server 1 and access it from sql server 2. Here is what I tried and I boiled it down to a simplied version: I have the first execute sql task to built a global temp table from ole db…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-01-28T23:51:11.61+00:00
Yu, Ying 0 Reputation points
edited the question 2024-02-05T12:37:24.09+00:00
Tianyu Sun-MSFT 27,791 Reputation points Microsoft Vendor
1 answer

not able to write SQL command for ODBC source in SSDT 2017

Hi All, I am using SSDT 2017 and trying to write SQL query in ODBC source. But I cannot see the SQL query pane itself. Could some on throw some light on this issue please. PFB screenshot.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2021-01-22T11:29:58.787+00:00
Sree 11 Reputation points
edited a comment 2024-02-05T09:24:47.9066667+00:00
Salendra, Nagaraju (Cognizant) 0 Reputation points
1 answer

2007 Office System Driver Data Connectivity Components

I need 2007 Office System Driver Data Connectivity Components download but it says Microsoft took it down. I need it because you don't fully support SSIS in Visual studio 2022 yet. So I'm using Visual studio 2017 to build my SSIS packages with Excel…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,438 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 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.
496 questions
asked 2024-01-31T15:58:06.3566667+00:00
Micah Holmes 1 Reputation point
commented 2024-02-01T14:07:10.8666667+00:00
Micah Holmes 1 Reputation point
1 answer One of the answers was accepted by the question author.

how to fix an error : Windowed functions cannot be used in the context of another windowed function or aggregate.

below is the query : DECLARE @InputValue INT = 840; SELECT @InputValue AS InputValue, SUM((CASE WHEN @InputValue >= PRRangeUpto THEN (LEAD(PRRangeUpto, 1, @InputValue) OVER (ORDER BY PRRangeUpto) - PRRangeUpto) * PRRate …

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-02-01T08:48:54.2366667+00:00
Priyanka Awasare 20 Reputation points
accepted 2024-02-01T09:30:39.67+00:00
Priyanka Awasare 20 Reputation points
2 answers

SSIS sets numeric columns as Unicode String in Excel Destination

ExcelDataConversionIssue.JPGI'm creating a SSIS package with Source SQL Server Table and destination Excel. The source Numeric data type taking as Unicode String in Excel Destination by default. But my requirement is the Excel Destination data type…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-01-31T14:31:14.93+00:00
Rahman, Neyaz 0 Reputation points
answered 2024-02-01T05:47:41.01+00:00
ZoeHui-MSFT 33,386 Reputation points
2 answers One of the answers was accepted by the question author.

Findstring issue SSIS

I have a string like (first)0001ABC_Leo, i want to extra the value with 0001ABC. I tried with findstring but it doesn't work. Please help!Thank u in advance.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-01-29T08:20:30.7+00:00
SLi 105 Reputation points
edited an answer 2024-01-31T15:08:57.4933333+00:00
Yitzhak Khabinsky 25,116 Reputation points
2 answers

How to load the Xml file as an XML Column datatype through ssis

Requirement- I want to load the xml file directly into the column as an xml data type through ssis package. Please share the screenshot of each component to be used in the ssis and complete process. I referred internet and this community. Xml…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2024-01-29T20:51:56.88+00:00
Rahul 251 Reputation points
answered 2024-01-30T13:16:19.9+00:00
Yitzhak Khabinsky 25,116 Reputation points
3 answers One of the answers was accepted by the question author.

Loading XML file into XML column using SSIS

Hi everybody, I believe I already asked this question before, but I have a need for it again and could not easily find info, also hoping for new ideas. I want to be able to pick an XML file from a directory (XML file will be read from a variable)…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,462 questions
asked 2022-05-27T14:47:15.743+00:00
Naomi 7,361 Reputation points
commented 2024-01-29T22:17:42.2566667+00:00
Naomi Nosonovsky 335 Reputation points