running an msdb based pkg conditionally from sql agent
hi we run 2014 std. and develop in vs 2013. our pkgs are still in msdb, not the catalog. i need to set up a sql agent job that runs a package every 5 minutes conditionally. The condition is based on the results of a query. I dont know if/how…
SQL Server Integration Services
SQL Server | Other
SSIS package getting error with excel connection manager
64 bit OLEDB .16.0 was installed on server. I was trying to create excel connection manager in SSDT 2017 project with Run64Mode true. Error The requested OLE DB provider Microsoft.ACE.OLEDB.16.0 is not registered. If the 32-bit driver is not…
SQL Server Integration Services
SSIS Expression
Hi, I'm looking for help on SSIS expression. I am passing month and year values to sql query expression. "WHERE extract(year from INSERTDT) = @[User::BatchYear] and extract(month from INSERTDT) = @[User::BatchMonth] and TO_CHAR(jdate,…
SQL Server Integration Services
SSIS Custom Control UOW (Unit of work) to maintain the transaction
Hello, Currently we are working on SSIS and working on specific case where we need to implement the unit of work design for our custom created controls. The purpose of UOW (unit of work) is to maintain the transaction at root level and controlling the…
SQL Server Integration Services
How to pass unicode parameters in pacakge level parameter in ssis using sql agent job?
How to pass unicode parameters in package level parameter in ssis using sql agent job? I have swedish character string to be passed in parameter in sql agent job which is mapped to package level parameter in ssis let me know way to pass the same.
SQL Server Integration Services
Cannot uninstall SSIS through control panel
As titled, I cannot uninstall the Microsoft SQL Server Integration Services Project (SSIS) in the control panel. Btw, I have removed all SQL Server & Visual Studio components in this computer, but the SSIS still remains and cannot be uninstalled. …
SQL Server Integration Services
Visual Studio 2010 installation error
Hello Everyone - I installed Visual Studio 2010, visual studio SP1 , SQL server data tools (SSDT) 2012, and SQL server 2012 instance. But whenever i open SSIS packages (dtsx file) through Visual studio 2010 i get the below error. How do i resolve this ?…
SQL Server Integration Services
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
Recommendation on merging columns
Hi, Please could you help me in figuring out how to achieve my task efficiently. Two Flat files, with the exact same columns. Next i have a derived column for each source to create a new column. The value will be "Associate" for the…
SQL Server Integration Services
Accessing Sensitive Information in SSIS
I have username and password as package parameters [$Package::user] and [$Package::Pass], which I set the sensitivity property to true (Sensitive=True). These parameters are then used inside a script task (C#) to authenticate a rest call using httpClient…
SQL Server Integration Services
For each loop container for multiple sources and multiple destinations?
Hello, I have around 50 different .csv files that I need to take off some of the columns and export them in excel format, I was thinking about using for each loop container and I know how to make it loop through the files but now I'm stuck on how to…
SQL Server Integration Services
ADF 2011 Pipeline Error
I'm trying to run an SSIS package in ADF via the Execute SSIS Package activity. We are using the SSIS-IR setup with a self-hosted proxy using a self hosted IR and Azure Files. The self hosted IR is able to run normal ADF pipelines. Whenever I try to run…
Azure SQL Database
Azure Data Factory
SQL Server Integration Services
Unknown error when trying to log in to register the on-premises gateway, after successful installation.
Network request returned unexpected error. Response status code does not indicate success: 404 (Not Found) Request Id: a0eae803-f2e4-4858-bbb5-c5d2ede166ce Timestamp: 11/4/2020 5:56:05 PM +00:00 ErrorCode: UnknownError at…
SQL Server Integration Services
Getting errors when running SQL Job that executes .DTSX packages
Hello, I am running SQL Server 2014. I created three .DTSX packages that all run great when I run them on their own. Each package connects to an Excel file to import data to a SQL table. I created a SQL Job that has three steps to run each .DTSX…
SQL Server Integration Services
SSIS 2017 and Salesforce Marketing toolkit from Kingswaysoft
There are couple of child packages which perform data sync from different SFMC Data Extension to Sql Server tables. Feedback of the Data Extension is asynchronous (i.e. download the record from SFMC DE and write back the marker/indicator field to…
SQL Server Integration Services
How create XML as UTF-8 without BOM using XSLT with SSIS XML task tool?
Hi All, I have edited the XML with UTF-8 without BOM using XML task XSLT operation. The generated output is having BOM. I want to generate without BOM. Here is my XSLT…
SQL Server Integration Services
SSIS package with Flatfile output
Hello, I created a new SSIS package in Visual Studio 2019 to execute an SQL and write the results to a text file. it is working fine when executing the package in Visual studio 2019 but when deployed in SQL server 2016 it is failing with the below…
SQL Server Integration Services
SQL Server | Other
SSIS export to Excel, Sheet is empty but logging says "Excel-Ziel" wrote 127032 rows, no Errors, just 1 Warning
I create the SSIS-Packet on Visual Studio 2019 and it runs on a SQL Server 2016 (13.0.5622.0). The Export runs with the 64-bit-Version. No Errors, just one warning: Warnung: 0x80049304 bei Data Flow, SSIS.Pipeline: Warning: Could not open global…
SQL Server Integration Services
Localhost troubleshoot
I have a sql server 2012 clinicengine working offline It responds very slowly on entering data ;it takes too long transferring data to localhost how can i solve this problem ?
Azure SQL Database
SQL Server Integration Services
SQL Server for Education Purpose
I have 60 students and as it is Covid season, we are having the classes in online mode. I am supposed to teach them SSIS and SSRS as one of the topics in database technology. Instead of installing sql server in all of the student's computers, can I setup…
SQL Server Reporting Services
SQL Server Integration Services
(SQL Data Tools 2015) When creating a report, how can I merge few columns for rows that have same data? (Picture included)
Hello, below screenshots show how initial data are gathered, what i have so far, and what I intend to accomplish. In second table ("What I updated to so far..." one), Initial Comments and Final Comments are merged and concatenated properly…
SQL Server Reporting Services
SQL Server Integration Services
