Subroutine Call In SSIS
Hi Experts,Is it possible in SSIS, Subroutine call? going into detailsI am creating a package in which I want if data like Account number of the bank is present it will verify(like Account number can't...
View ArticleSSIS Data Flow Task hanging
I am busy running a package that brings in data from a number of mariaDBs. I built the package with SSIS and it has been running fine for a few months. Last week Friday the package started hanging on...
View ArticleColumn cannot convert between unicode and non-unicode string data types
I am converting SSIS jobs from SQL Server 2005 running on a Windows 2003 server to 2008R2 running on a Windows 2008 server. I have a dataflow with an OLE DB Source which is selecting from an...
View ArticleFEATURE REQUEST: Enable execution of a subset of a control flow
It would be very useful to be able to debug a control flow by executing a certain portion of its tasks by:1. Multi selecting them first2. Defining a starting point (run until the end)
View ArticleFEATURE REQUEST: Enable multiple selection/change of precedence constraints
Sometimes I find myself in need to multi select many precedence constraints in order to:1. Delete and recreate them in a different direction.2. Change all their constraint options.Please add a "select...
View ArticleIssue using Merge Join transformation after an aggregate transformation -...
Hi,I've implemented a SSIS 2017 package having a merge transformation and an aggregate transformation.In the aggregate transformation I've specified a group by operation for a DT_WSTR code and a count...
View ArticleError - cannot convert between unicode and non-unicode string data types
The packages were working fine till we upgraded to SQL server 2016 from SQL Server 2012.Using the Oracle OleDB driver 12.10Now I am getting this error - "cannot convert between unicode and non-unicode...
View ArticleNative Client 11.0 error when importing.
I am getting the below message when importing data into a database on a remote server:This just started happening after the installation of Windows 365. Any ideas?client unable to establish connection...
View ArticleWith the advent of Spark and Microsoft adopting it in the latest version of...
With the advent of Spark and Microsoft adopting it in the latest version of SQL server is SSIS now outdated technology?Can anyone confirm if this is true? I would like to know what is the future of...
View Articlehow to connect multiple XSD files to one XML Source file in SSIS
Hi all,I am new to deal with XML files. My problem is, I have a XML file as a source. and my client provided the XSD files. but the problem is, he provived 3 xsd files for one xml file. Each xsd is...
View ArticleLoading from table to History and email notify
HiI get source files and load in to a table on a daily basis. the data on this table would have 5 different fields with 2 fields as date columns . The unique column would be date1 and Col2. When ever i...
View ArticleSSIS: When set the task to ignore errors, don't log the errors
Hello there. Ignoring any discussion of 'coding it right in the first place' (I have my reasons)….I have an SSIS package that loops through a task and sometimes it fails and other times it doesn't....
View ArticleSales Order and Detail Issue
Greeting I'm working with the AdventureWorks DataBase I do have 3 Tables Table1 : OrderSales (OrderSaleslID "PK" , OrderDate , CustomerID )Table 2 : OrderSaleReason (OrderSaleslID "PK" , SalesReason...
View ArticleVersion incompatibility for script task called from a Dataflow
I have a SSIS 2016 package I can run fine from Visual Studio 2015 but when I run from the catalogue or a step in a SQL Server Agent job it fails.There are a number of error message the first of which...
View ArticleSQL 2016 Tabular Model processing fails when running from Integration...
When I run a SSIS package to do a full processing of a SQL 2016 Tabular Model deployed on SQL 2016 with compatability set to 1200, it fails and gives me the following error:"[Analysis Services Execute...
View ArticleSSiS package to set users in their correct timezone
I would like to setup a scheduled SSIS Package to scan users and to correct their timezone. I have a table that contains user name and timezone. My question is this possible and where do I check if...
View ArticleSSIS package Just fails...not compatible with this version of the DataFlow?
Executed as user: x ...0.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 11:27:08 AM Error: 2013-01-09 11:27:09.74 Code: 0xC0048020 Source: import file...
View ArticleReplace the special character in a flat file using SSIS
Hello,I have a csv which has a column called "Value" and in it there are a combination of strings & special characters.Eg:Valueabcxyz"pqr'Now, I want to replace the " & ' with nothing in the...
View ArticleSSIS job/package fails with "Unexpected Termination" error
Hello,We have an SSIS package that used to run on a SQL 2008 server. We upgraded it to run on a SQL 2016 server. The package runs several stored procedures and writes the results to different tabs on...
View ArticleSSISDB - Rebuild Indexes?
Fellow SQLers,I am on sql 2016. Is it best practice to rebuild the indexes on ssisdb?MG
View Article