2,800 questions with SQL Server Integration Services tags

Sort by: Updated
1 answer

SSIS and determining Day-Of-Week and branching if "Monday"

I want to evaluate the Day-Of-The-Week and then branch to an Execute SQL Task that will derive my @GloabalStartDate and GlobalEndDate Variables to set Friday thru Sunday if the Day-Of-The-Week is determined to be "Monday". Can someone share…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-17T18:41:37.687+00:00
Bobby P 271 Reputation points
commented 2020-08-28T06:34:16.437+00:00
Monalv-MSFT 5,926 Reputation points
1 answer

integration services ne figure pas dans la liste des fonctionnalités partagées de sql server

je suis incapable de déployer les packages ssis car je n'ai pas le catalogue ssisdb après plusieurs essais je trouve que l'origine de problème le manque de la fonctionnalité integration services j'ai essayé de modifier l'installation en ajoutant cette…

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,373 questions
SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-11T12:45:34.333+00:00
emna khiari 1 Reputation point
commented 2020-08-28T06:32:28.77+00:00
Monalv-MSFT 5,926 Reputation points
2 answers

SSIS Foreach Loop with Conditional Data Flows/Flat File Connections?

I'm setting up a process to bulk insert daily flat files into a staging warehouse. The flat files are not very clean. The files for the first 40 days contains 20 column and the days after contain 22 columns. How can I set up my foreach loop to switch…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-27T14:46:12.453+00:00
Robert Ong 1 Reputation point
answered 2020-08-28T03:24:47.317+00:00
Monalv-MSFT 5,926 Reputation points
2 answers

Query does not return any results

Hello, I am running the following query on SSIS on the AdventureWorks2012 database.. select c.CustomerID as CustomerAK, p.Title, p.FirstName, p.MiddleName, p.LastName, p.Suffix, em.EmailAddress from Sales.Customer c join Person.Person p…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-27T16:18:44.39+00:00
Edgar Toia Neto 1 Reputation point
answered 2020-08-28T02:50:19.957+00:00
Monalv-MSFT 5,926 Reputation points
2 answers One of the answers was accepted by the question author.

Parallel Processing in SSIS

Dears I have the following scenario in SSIS. There are two packages, Outer.dtsx and Inner.dtsx. the Inner package is called inside the Outer package in the workflow. To increase the performance, as the workload is heavy, I added a sequence container,…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-26T13:24:30.52+00:00
Khidir Elsanosi 21 Reputation points
accepted 2020-08-26T19:27:47.057+00:00
Khidir Elsanosi 21 Reputation points
2 answers

I am having a problem with Visual Studio not saving a password when I create a connection in SSIS connection manager.

I am having a problem with Visual Studio not saving a password when I create a connection in SSIS connection manager. I would like assistance with someone that is an expert in Visual Studio. Steps to recreate the problem. Open visual studio 2019. …

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-25T21:35:57.49+00:00
Philip Lamphear 1 Reputation point
answered 2020-08-26T08:19:21.553+00:00
Monalv-MSFT 5,926 Reputation points
7 answers One of the answers was accepted by the question author.

metadata issue

hi , i'll post the rest of the question once i see this new forum doesnt bounce me out

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-18T20:54:41.257+00:00
db042190 1,521 Reputation points
answered 2020-08-25T17:31:33.9+00:00
db042190 1,521 Reputation points
2 answers One of the answers was accepted by the question author.

Delete command for Oracle table has warning : Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.

I have created an ssis package that processes data on sql server and loads results to an oracle table. I am using an execute sql task to delete existing records in the oracle table before reloading the table. The execute sql command has oracle…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-24T22:55:22.4+00:00
Anonymous
accepted 2020-08-25T14:22:40.233+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

SSIS Sequence Containers

I have a SQL Server Integration Services package that has multiple sequence containers. If one sequence container fails, does the package stop? Is there a setting so that subsequent sequence containers will run even if one sequence container fails. …

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-21T15:50:11.927+00:00
Michael Henderson 136 Reputation points
accepted 2020-08-24T14:01:18.757+00:00
Michael Henderson 136 Reputation points
2 answers

How to log Connection string in SSIS

Hi, I have a package which runs from a SQL Server and connects to dozens of other instances on the network before running various scripts. I am getting a lot of SSIS Error Code DTS_E_CANNOTAQUIRECONNECTIONFROMCONNECTIONMANAGER Is there any way to…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-18T09:15:19.207+00:00
zoe Ohara 286 Reputation points
commented 2020-08-24T08:51:23.703+00:00
Monalv-MSFT 5,926 Reputation points
3 answers

How to import password protected Excel file into sqlserver using ssis

Hi All, I want to import password protected excel file into SQL Server using SSIS. Please help me

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-19T07:36:18.593+00:00
vaishu 1 Reputation point
commented 2020-08-24T08:44:21.667+00:00
Monalv-MSFT 5,926 Reputation points
3 answers

SSIS dtexec Error - The 'OraOLEDB.Oracle.1' provider is not registered on the local machine.

Hi I am have one SSIS package that connects to Oracle and pulls the data. I am trying to execute this package using DTExec utility. "C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\DTExec" /ISSERVER…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-17T16:26:02.5+00:00
Sarang Deshpande 1 Reputation point
commented 2020-08-24T07:50:34.407+00:00
Monalv-MSFT 5,926 Reputation points
3 answers

Can I deploy to SQL Server 2014 SSIS Catalog from Visual Studio 2017?

We are testing Integration Services Catalogs with SQL Server 2014. We are trying to find a way to deploy from Visual Studio. When we try from Visual Studio 2017 Pro (with data tools) we receive the following error. ![18800-image.png][1] I'm trying…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,787 questions
SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-19T19:42:28.107+00:00
alhowarthWF 301 Reputation points
commented 2020-08-24T07:16:06.173+00:00
Monalv-MSFT 5,926 Reputation points
1 answer

How to map IDs in different formats from source to destination

Hi, My source data is in postgreSQL and my target data is in Common Data Service (D365). On source, I have employees with these IDs: 1 2 ... On target, the IDs are a little bit more complex. How can I map these IDs? I need to know that…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-20T14:11:24.923+00:00
Ana Alves 1 Reputation point
answered 2020-08-21T10:35:06.083+00:00
Cris Zhan-MSFT 6,676 Reputation points
1 answer One of the answers was accepted by the question author.

SSIS - Excel Macro

Hello, I have an SSIS ETL that moves excel files from a local folder and inserts the data into a SQL database. I'm running into some issues with a the excel files being in two different formats breaking the ETL mappings. I've created an excel macro…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-18T13:46:27.5+00:00
Tim Mullady 221 Reputation points
accepted 2020-08-19T15:20:14.327+00:00
Tim Mullady 221 Reputation points
2 answers One of the answers was accepted by the question author.

SSIS - Send Mail Task

Hello, I created an SSIS ETL that Loops through a local folder, inserts excel file data into a SQL db, then archives the file. I'm trying to add a Send Mail Task to the process but I can't seem to get it to work. I can get the email to run but it…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-17T14:35:07.65+00:00
Tim Mullady 221 Reputation points
accepted 2020-08-18T17:58:15.073+00:00
Tim Mullady 221 Reputation points
3 answers One of the answers was accepted by the question author.

Unexpected Termination - SQL Agent - excel Import

Hi experts, According my research over google, this issue has been active since 2018. Unfortunetally I haven't found the right answer. I hope somebody could help me. I have a package in SSIS which loads an Excel file data into a Table. At the…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-18T07:01:13.66+00:00
Alejandro Lopez 21 Reputation points
answered 2020-08-18T14:40:38.573+00:00
Alejandro Lopez 21 Reputation points
4 answers

Where do I download SSDT July 2016 Update (ver. 14.0.60629.0) from?

I require a specific version of SSDT for my development environment due to the limitations of server software and other collaborators' environments. It has to be exactly SSDT version 14.0.60629.0 for Visual Studio 2015. I can not find a place to…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-07T19:50:07.92+00:00
JMac 1 Reputation point
answered 2020-08-14T03:14:20.227+00:00
Monalv-MSFT 5,926 Reputation points
2 answers

we hope Microsoft can develop databases like mysql

We would like to provide the installation version and the installation free version; MySQL only needs to read the configuration file to run without complex registry key.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,762 questions
SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-08T09:49:09.703+00:00
kim wu 1 Reputation point
answered 2020-08-10T02:01:53.493+00:00
AmeliaGu-MSFT 14,016 Reputation points Microsoft External Staff
1 answer

SSIS Scale Out and its services on local group policies

As per MS recommendation, scale out master service and worker service accounts should be member of which local group policies ?

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,800 questions
asked 2020-08-04T18:26:45.42+00:00
Damodhar 1 Reputation point
answered 2020-08-05T01:37:44.487+00:00
Monalv-MSFT 5,926 Reputation points