OLE DB Destination Input has lineage ID 2006 that was not previously used in...
Hi Everyone, I have a really weird issue and I am kinda stuck now. So my SSIS package does some insert in sql server and it works completely fine when I do it from BIDS. But I get error when I deploy...
View ArticleSame SSIS package shows different connection in other server
I copied PROD .dtsx file to DEV when i opened up in Visual Studio SSDT the connection are pointing to DEV instead of PROD. I am positive i am using PROD version. what is wrong i am doing here?
View ArticleThe buffer type is not valid. Make sure the Pipeline layout and all...
Hi guys,I am having a really weird issue with sqlserver job. So here is the scenario:I have a SSIS package which is using a C# component and inserts in a sql server database. When I run package from...
View ArticleHow to select data with condition that DB data equal to Excel data from...
I have two sources: Excel and Azure SQL DB, Both have same columns structure: ProjectID, BatchName.Each Excel file only have one ProjectID but there are multiple ProjectIDs in the DB.I started with...
View ArticleHow to inactive old record and insert updated record into destination table...
Hi Team,It is possible to inactive old record and insert updated record into destination table without using staging tables in SSIS.In my destination table am adding two more fields like Checksum and...
View ArticleSSIS Control Flow with FTP Task completes but Remote Server file does not update
SSIS Control Flow with FTP Task completes but Remote Server file does not update<o:p></o:p>Hello, This is my first time setting up an FTP Task in an SSIS Control Flow in order to send files...
View ArticleSSIS 2016 - Visual Studio 2015 - Excel Hanging due to proxy
Fellow SQLers,The problem I am about to described just started happening about 3 days ago - no changes to the VM.This uat sever is a VM.it houses SSIS 2016 and SSDT 2015 with VS 2015 Update 3. Our SSIS...
View ArticlePrecedence constraint multiple expression in SSIS
Hello Everyone- I have folder A with 100s of text files. Below is the naming conventionProviderName_ProviderID_PatientID_Datetimestamp.txt I already built a SSIS package, where i get the PatientIDs...
View Articlessis - excel destination - column datatype
We are trying to load data (from sql server - table) to Excel destination.All the rows are being loaded correctly, BUT the datatype is nothing as per the source-table.We tried couple of options like -...
View ArticlePass Parameter values to all Data Flow Tasks
Hi,I am reading data from CSV files, in "Data Flow Tasks" I used "Conditional Split Transformation" to pass Parameter values (SubmissionDateTime >= @[$Package::StartDate] &&...
View ArticleFormatting Number to String in SSIS Expression
Can anybody suggest a way to format a number with comma seperaters in a string expression?basically i'm building an email message usign an expression which includes some row count values held in...
View ArticleCalling Rest API to load data into SQLServer tables via SSIS
Hi All,I wanted to call REST API to load data into SQL server. My knowledge with API is very minimal(including c# and python) and done some basic research and it is suggested it can be done via...
View ArticleWhy does manual project validation fail while execution succeeds?
Hi All,We have numerous SSIS projects deployed to an SSIS server and they execute successfully, but whenever I try to manually validate them [by right-clicking the project and selecting "Validate" from...
View ArticleAttunty connection not showing any data by where filter
In SSIS package for pulling data from oracle source the attunity driver does not show any record by below filter.If I run the same query from SQL developer the data is available. After removing the...
View Articledenormalize the data
Hi All, I am trying to de-normalize the data in SSIS using Pivot transformation , however somehow not being able to config values in pivot transformation. Can someone please help on config values of...
View ArticleHow to change SSIS package or database table column to accept text values...
I am loading data from excel spreadsheet to SQL table using SSIS package. Excel spreadsheet column formatted to data type "Number" but column consists only texts ("Y" or "N"). This particular column...
View ArticleSSIS SQL Agent job - Error: for each sub folder : The get enumerator method...
Hi.I have a SSIS Package , which runs fine in Visual studio. The package uses a for each file loop and the variable points to a folder like this:\\server\d$\foldername\subfolder\When I deploy the...
View ArticleRow Count of various destinations within a Foreach Loop Container
I have an SSIS 2005 package with the following components:Control Flow task - Foreach Loop Container which contains a Data Flow Task and a File System Task for archiving the processed files.Data Flow...
View ArticleHow to select data with condition that DB data equal to Excel data from...
I have two sources: Excel and Azure SQL DB, Both have same columns structure: ProjectID, BatchName.Each Excel file only have one ProjectID but there are multiple ProjectIDs in the DB.I started with...
View ArticleMSSQL 2016 shuffling data after importation
I have data from a 3rd party system in excel. when I import the data to SQL server 2016 table the data is shuffled and I can't work on it since the data is grouped. and the header of the group is in...
View Article