Find out the number of delimiters
Hi All, The field 'codes' is multi valued, according to how many values there are I need to replicate the tariff, Example if codes = "HFD|SW|HD"Then:tariffs= “15|15|15”if = '' HGF|SW''Then:tariffs=...
View ArticleIssues with Power query in SSIS
SSIS supports Power Query as a Source, but do not seem to support M code using a function.If you try to do that you will get an errorError = Exception 0x80004005 The import Product matches no exports....
View ArticleUNPIVOT Metadata error
Hi All,I am loading data from excel (into a sql server table). I have to unpivot the columns and when i use the unpivot transformation i am getting the follwoing errorError at [Unpivot [401]]:...
View ArticleScript Task in SSIS
Hey, I am trying to create a task to check if any file exist's in a folder and if it does then process should execute SQL task (next step), if there is no file in the folder then process just go to...
View ArticleMS server connect to MySQL (ODBC)
I just installed SQL Server 2008 R2. I added mysql-connector-odbc-5.1.6-win32.msi to connect to MySQLl database. It is not working properly . Please help – what driver can be used?- (VStudio 2008)...
View ArticleChange variable value on the fly in SSIS .
Hi , I have a variable called 'End_Date' which is currently set to '2019-05-01' in development environment . I need to deploy this package and change the variable to pull in 3 years of data when it...
View ArticleReading CSV Dynamic columns in SSIS
I want to create a path to Identify the columns in CSV.My task is to identify the CSV columns and if the CSV files has emails only, then its having a different data work flow to run and if the CSV...
View ArticleDefine an unchanged column in ssrs
Hi,I wan to have this mesure in SSRS : Rate= (Amount unpaid per institution)/ (outstanding amount for all the institution)So my question is : how do i generate the denominator to be always constant...
View ArticleLoading big table always fail on ADO.NET Source, DTS_E_PRIMEOUTPUTFAILED...
In my case, the culprit was the explicit data type cast on all columns. This low-efficient design flaw was not significant on smaller tables, until it came to the bigger ones like the 6 GB table with...
View ArticleScript Task- Exception
Hi,i have generated C Sharp code from postman for PUT action(sending data to another network) and the code ran successfully in C sharp console application but in SSIS script task the build is getting...
View ArticleSSIS FTP Connection Issue after deployment on SQL Server Integration Catalog
Hi,Please help as the FTP connections are working well inside visual studio but after deployment on SQL Server it is throwing below kind of error.SCR_ForGettingFileNamesFromFTP:Error: Error: An error...
View ArticleHow to get a concurrent row ID when parsing multi file / multi-line through a...
Hi allI have an SSIS solution which currently analyses a given number of files in a directory, reads the lines out of those files, does some transformation, then produces a single CSV collation /...
View ArticleUnable to cast COM object of type 'System.__ComObject' to interface type...
Hi,Recently my client had to make changes to their firewall. I have a SSIS package that communicates with an outside source that has worked without issues prior to this. I am now getting the...
View ArticleSSIS how to loop through multiple folders and Excel files
I currently stuck with a situation where I'm trying to loop through multiple folders so as to load multiples Excel found in those Folders into a destination database. I have used :Foreach Loop...
View ArticleHow to Change Connection Manager at Runtime Dynamically
I am developing a ETL project using oracle. I am using both attunity connector and oracle connector. Recently I got a requirement to load data in 2 different oracle database environments with same ETL...
View ArticlePassing SSIS connection as variable from parent package to child package-...
Hi All,I have master and child ssis packages. I have created the a variable which is passing connection string in master package.The same variable I have taken as Parent package variable and passing to...
View ArticleConvert time in milliseconds to hh:mm:ss.fff format in an Excel spreadsheet
Hello,I have an SSIS package that runs a query to produce an Excel spreadsheet. Two of the columns are a run time in milliseconds (which is calculated) and the other column is a formatted time in...
View ArticleExport to Excel : Excel version 2013 & 2016 are missing
Hi all,I am trying to export to excel from SQL Server 2014.I want to export to 2013 or higher version of excel but in the dropdown of Excel version it is not showing the 2013 and 2016.Can someone...
View Article