2,460 questions with SQL Server Integration Services tags

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

Web service with SQL server lost connection

I have a complicated SSIS package with child packages, and it scheduled as a SQL agent ETL job. One of the steps is to call a .net application that calls a web service. The web service is hosted on a web server, then it queries the database on the…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2021-05-17T15:46:59.27+00:00
Anne 276 Reputation points
accepted 2024-03-15T21:46:17.72+00:00
Anne 276 Reputation points
3 answers

SSIS Error "Could not create a managed connection manager." in VS2022

I just upgrade MSSQL and VS to 2022 and I have a data flow where the destination is an Always encrypted table in SQL Server. I switched the cllient provider to the Microsoft SQLClient Data provider, The connection test is successfull, the data preview…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-03-09T03:39:39.3033333+00:00
Ricardo Silva 6 Reputation points
answered 2024-03-12T22:51:08.1933333+00:00
Ricardo Silva 6 Reputation points
0 answers

SSIS script task SMO call fails when running from Windows 2016 Server (sql server agent) but succeeds when run from Visual Studio or Windows 2012

This SSIS package is part of the scheduled process that worked fine for years. It started failing after we upgraded OS of SSIS SQL Server (application server) from Windows Server 2012 to Windows Server 2016. Note that this SSIS package (contentious…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 questions
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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2023-03-24T15:48:11.8233333+00:00
Ed 41 Reputation points
commented 2024-03-12T12:45:11.2066667+00:00
Richard Swinbank 372 Reputation points MVP
2 answers

Run SSIS package through Server its working fine but that package I am running on my local system its not working.

I am using 2016 SSMS client on my local system [SSMS-Setup-ENU.exe] . I am using 2017 visual studio. I created a package on Visual Studio 2017 , this package is based on package deployment model, I'm running this package through powershell and call 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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 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,389 questions
asked 2024-03-06T11:49:24.4166667+00:00
Jerry_2424 0 Reputation points
commented 2024-03-08T06:09:01.2533333+00:00
Jerry_2424 0 Reputation points
1 answer

Why does performance degrad when inserting into columnstore based on guidance?

With reference to this article, https://learn.microsoft.com/en-us/sql/relational-databases/indexes/columnstore-indexes-data-loading-guidance?view=sql-server-2016, it is suggested to have bulk load sizes (no of rows) between 102,400-1,048,576. Based on…

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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-03-06T10:10:21.3966667+00:00
Sunil Mathew 0 Reputation points
answered 2024-03-08T01:44:32.7766667+00:00
ZoeHui-MSFT 33,296 Reputation points
0 answers

Compilation Error in SSIS script Task

Dear Expert, I have gotten the script to change the data type of the excel using C#. The code is working when I use the console app in visual studio. But its not working when using SSIS script task in visual studio. Its have the compilation error. I'm…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 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,308 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,532 questions
asked 2024-03-06T09:06:19.43+00:00
jn93 651 Reputation points
edited the question 2024-03-07T06:26:21.2166667+00:00
Jiale Xue - MSFT 34,276 Reputation points Microsoft Vendor
1 answer

Extracting real-time data from API to SQL Server database using SSIS

I'm new to SSIS and trying to extract real-time data from an API into an SQL Server database for ETL processing. While I have written C# code that fetches data, it saves it to a JSON file. However, the API has over 20 different routes to access each…

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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-03-01T11:36:48.6533333+00:00
rania mbarki 0 Reputation points
answered 2024-03-05T03:11:04.8+00:00
Greg Low 1,495 Reputation points Microsoft Regional Director
1 answer

timestamp manupulation

Hey, here is the table & it contains timestamp at the end. check the output create table customer (CustomerName char(22), ContactName char(22), Address char(22), City char(22) , PostalCode char(22), Country char(22),time DATETIME DEFAULT…

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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 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,247 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,558 questions
asked 2024-02-26T04:40:10.3066667+00:00
Vineet S 165 Reputation points
edited the question 2024-03-04T17:56:13.4133333+00:00
Oury Ba-MSFT 16,636 Reputation points Microsoft Employee
1 answer

Can Azure Migrate handle other SQL Server components?

Hello, I have just started to work on a migration project for a client that has the current onpremise environment on Win/SQL 2012 and want to replatform (migrate & upgrade) to Win/SQL 2019. They have cubes (SSAS), Reports (SSRS) and SSIS that need to…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
719 questions
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,809 questions
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.
2,813 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 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,247 questions
asked 2024-02-26T17:48:38.31+00:00
Abimbola Adeniran 21 Reputation points
commented 2024-03-01T23:20:13.1033333+00:00
Marcin Policht 12,165 Reputation points MVP
1 answer One of the answers was accepted by the question author.

json file in sql server

could you please explain how we can load below curly bracket files in sql server when there are multiple unwanted curly brackets are there apart from main data? in this case data is available in till Result only {     "Generic": {        …

Azure SQL Database
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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 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,247 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,558 questions
asked 2024-03-01T02:01:10.4466667+00:00
Vineet S 165 Reputation points
edited an answer 2024-03-01T03:09:35.2533333+00:00
Yitzhak Khabinsky 25,116 Reputation points
1 answer One of the answers was accepted by the question author.

Is SQL Server Integration Services Oracle Connector free?

Is the "SQL Server Integration Services Oracle Connector" free or do I have to pay for a SQL Server license when I use the connector? Regards, Roger

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-02-27T11:21:06.25+00:00
Roger Sijstermans 20 Reputation points
accepted 2024-02-29T08:23:07.65+00:00
Roger Sijstermans 20 Reputation points
2 answers

How to handle Inavlid Date Columns in Source while Loading Data into tables in SSIS?

Hi All, I received data from Data Lake. I need to load the data from DL to Stage tables using SSIS. Recently, I received data in DL having some invalid date columns. Actual Data in Date column looks like '1900-01-01:00:00:000" But for records the…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-02-26T03:47:07.4066667+00:00
Ramana Kopparapu 226 Reputation points
commented 2024-02-29T07:56:27.87+00:00
ZoeHui-MSFT 33,296 Reputation points
2 answers

My SSIS Package runs smoothly in SSDT but when I schedule it in SQL Server I encounter an error.

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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-02-29T05:28:21.43+00:00
Cedric Alcaraz 0 Reputation points
commented 2024-02-29T07:03:41.18+00:00
Cedric Alcaraz 0 Reputation points
3 answers

Cannot connect to SQL Management studio 19.3

Hi Microsoft team, I have been trying to connect to the SQL server for a long time now and i have been getting error message cannot connect to.... How can i overcome this challenge?

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,809 questions
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.
2,813 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 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,247 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
47 questions
asked 2024-02-08T16:10:07.1266667+00:00
Boluwaji Olusegun 0 Reputation points
commented 2024-02-29T05:56:26.4866667+00:00
CosmogHong-MSFT 23,321 Reputation points Microsoft Vendor
2 answers

How to find SSIS package that's calling / Executing a stored procedure?

May I know a SQL query OR some other way to know which SSIS package is calling / executing a stored procedure? Thanks, Kumar

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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-02-05T21:57:23.22+00:00
Kumar Rnd 0 Reputation points
commented 2024-02-29T05:51:13.8833333+00:00
CosmogHong-MSFT 23,321 Reputation points Microsoft Vendor
1 answer

Adapting Excel formula to Calculated Measure for % of Fiscal Year Elapsed

I have an Excel formula that calculates % of fiscal year elapsed, and I want to use it in a calculated measure to add it as a dimension field on a PivotTable Cube. However, Copilot generated an error when I tried to adapt it to a calculated measure.…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,495 questions
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,809 questions
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.
2,813 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,649 questions
asked 2024-02-27T23:49:02.5433333+00:00
James Stone 0 Reputation points
answered 2024-02-28T07:30:08.97+00:00
Jiajing Hua-MFST 5,305 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

multiple merge condition

Hey, due to multiple merged condition in same query, it is taking lots of time to run in sql tried partition but did not work . what can be best approach?

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,809 questions
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.
2,813 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 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,247 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,558 questions
asked 2024-02-27T23:50:13.4333333+00:00
Vineet S 165 Reputation points
accepted 2024-02-28T02:09:44.1233333+00:00
Vineet S 165 Reputation points
1 answer One of the answers was accepted by the question author.

How to load XMLs from a directory into the database

Hello, I want to load XMLs from a directory containing over 12000 files into SQL Server database. To be precize I actually need to extract just two column values from these XMLs into a table. I thought I'd try to load the whole XML into XML column of…

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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-02-23T14:44:19.24+00:00
Naomi Nosonovsky 335 Reputation points
commented 2024-02-27T19:51:44.99+00:00
Yitzhak Khabinsky 25,116 Reputation points
1 answer

Test Connection failure in Linked Service in data factory while connecting to DB2

Expectation: Data transfer from DB2 to SQL Server Details : While providing all details in the linked service the test connection it getting failed, can you please let me know if whitelisting my IR public IP will resolve it? ERROR details : Cannot…

Azure SQL Database
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
719 questions
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,809 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,643 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
asked 2024-02-22T09:59:55.43+00:00
ADMMMLIFEADFADMIN 0 Reputation points
commented 2024-02-26T20:01:57.92+00:00
BhargavaGunnam-MSFT 26,496 Reputation points Microsoft Employee
4 answers One of the answers was accepted by the question author.

ERROR: Method not found: 'Void Microsoft.NetEnterpriseServers.ExceptionMessageBox.SetButtonText(System.String[])'. (Microsoft.DataWarehouse)

Hello, When I want to edit the configuration file at Package Configuration Wizard, I get this error: Method not found: 'Void Microsoft.NetEnterpriseServers.ExceptionMessageBox.SetButtonText(System.String[])'. (Microsoft.DataWarehouse) Please refer to the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,415 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 questions
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,809 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,126 questions
asked 2023-02-08T07:25:00.0866667+00:00
syazwan amir 20 Reputation points
answered 2024-02-26T13:57:57.98+00:00
Rakesh 0 Reputation points