The column delimiter for column 'xxxx' was not found
Hello,I am facing an issue "The column delimiter for column 'xxxx' was not found" in SSIS. I have imported SSIS package in MSDB of SQL Server 2014. It was working well in SQL Server 2012. Please...
View ArticleSSIS Script Task Version Compatibility Issue
I have create simple SSIS package(only script task)and I build and run the SSIS package from visual studio this works without any issues.In the same package I have deployed in Sql server(SSISDB) and...
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 ArticleThe component metadata for "Script Component" could not be upgraded the the...
Hello, I have install on my machine SQL Server Data Tools 2015, i create a new "Integration Service Project", Create a new package with a few script and other ETL work. On my machine everything is...
View Articlesub string
Hi,I have the sub string : select monthly Ship Date changed from 12-30-2030 to 06-07-2019 . Some time the date after to may be different between 4 digits and 2 digits, but the statement: select...
View Articleload/update into table using ssis from xml file(no unique key)
Hi Sir,I am loading data from xml file having without unique key into sql table with PK.It is inserting same records if it runs second time using ssis.I need it as insert if new else update.Cheers,ER
View ArticleUnpivot and Parse Columns
Hello , I have a data that is set up like thisGroup 1 Group 2 Group 3 Group 4 Group 5 ......................... Group 16a,b,c,d,e,f a,b,c,d,e,f a,b,c,d,e,f...
View ArticleUnpivot and Parse Columns
Hello , I have a data that is set up like thisGroup 1 Group 2 Group 3 Group 4 Group 5 ......................... Group 16a,b,c,d,e,f a,b,c,d,e,f a,b,c,d,e,f...
View ArticleHow to call SFTP using ssis script task
Hi Team,Have stored sftp data into sql table as shown in...
View ArticleCharacter Limit - Export Data from SQL Server to Excel 12.0
Hello,first of all, i'm sorry for my english and I'll appreciate any suggestion about this thread. I'm trying to export some data from SQL server database using OPENROWSET. Data source contains some...
View ArticleThe connection "" is not found. This error is thrown by Connections...
I've got a package which reads a text file into a table and updates another. I set up configurations so that I could import it into the SSIS store on both my dev and live servers. Now, I'm getting...
View ArticleUnzip selective files over network shared drive using SSIS - I need a faster...
Hi,I developed a package that uses execute process task for unzipping selective files based on their names. The SSIS package runs 6 different ForEach Loop Containers for each Type of Name and they run...
View ArticleDBTYPE_I4
I am getting the below error when I try to insert the system variable values ErrorCode and ErrorDescription into Audit table in Event handling part of SSIS[Execute SQL Task] Error: Executing the query...
View ArticleDatabaseBackup
On SQL Server 2012 VersionI was trying to create a package to perform regular backup and archive of databases on my server. I have created a table to store selected list of databases to be backed up,...
View ArticleSSIS Loop for SQL instances problem
I have several SSIS packages that loop to find instance permissions. The problem I am having is some of the instances that are being processed in the loop are offline so I when I run the package in a...
View Articlereceiving streaming data in ssis
Hi I run developer 2017. short of finding a way (if its even possible) to plumb power bi to a new streaming data source, what are my options in ssis for targeting a local or azure sql db to receive...
View ArticleSSIS - Flat File Connector Not Recognizing CRLF in Header
Good afternoon. I could use another brain on the below issue: I need to import a file with 4 different data types in it. I'm working just on the second data type as I was able to get the first one to...
View ArticleLost lineageID mapping after upgrading SSIS 2008 to 2016 in data conversion task
After upgrading seems like lineageId gets incorecctly mapped (or not changed for output) in "data conversion" task. Error is "cannot find input column with lineage id ...which is needed by.... Check...
View ArticleTransferring geometry data using SSIS
Hello!We need to refresh (i.e. re-copy) a table in a database in one instance of sql with a copy of the same table in another instance, using SSIS.The only issue is that one column is of type...
View Article