Loop through Data Flow Components (with .NET)
Hi,I want to validate/examine my Data Flow Task components (Flat File Source, Derived Column, Row Count, OleDB Destination, etc.). When looping through my components, I can find properties like Name...
View ArticleSSIS Installation issue / Access issue
Hello, I recently installed SSIS to an existing SQL Server 2014 Instance since it was not installed all at once.I did change the instance name in the configuration file and added the two developers to...
View ArticleSending file attachments in SSIS only if rows returned
I use this expression to send 8 email attachments from my DFT's.@[User::CranReport1] + "|" + @[User::ElizReport1] + "|" + @[User::PlfdReport1] + "|" + @[User::CranReport2] + "|" +...
View ArticleCalling All Wise Men! SSIS Gurus Needed! Apply Within! No One Turned Away!
Calling all wise men!Join us and rejoice! The time for giving is upon us again!A time for family (community) and gifts of knowledge!Why not wrap up a little something extra special this year.After all,...
View ArticleWhere to find execution logs for the task within a package that are also a...
We have a package which has tons of packages within it . I am asked to look into how much time its taking to run a package. To set the context, there is a master package in which we have 68 package...
View ArticleProblem with ReadWriteVariables in Data Flow Task Script Component
Hi to allI have a problem with the ReadWriteVariables variables in Script Component of the data flow task.In particular if I insert only one user variable in the ReadWriteVariables field of the Script...
View Articlehow to communicate sql server with NOSQL plateform
I want to know how will communication and data synchronization would be done if my application team will think of implementing NOSQL along with SQL Server.Also how will manipulation would be faster, is...
View ArticleHow to get the latest file from folder and file name is like that File_YYYYMMDD
Hi,i have import the data from excel to sql server table .i know this processsource file is like that - File_YYYYMMDD, File1_YYYYMMDD,etc..1. i need to get the latest file from source file and load it...
View ArticleSSIS Server Failover
Hi All,We have two servers Server A and Server B. Both the servers SSIS installed.If one server A down , then it should pick up from the same point by Secondary server where SSIS is installed .Please...
View ArticleThe project or operation records do not exist or you have not been granted...
Environment :SQL Sever 2012 with Service Pack 2(11.0.5058) Standard Edition with SSIS and Reporting Services with 16GB of Memory two SQL Server instances each with 3GB Max one instances using...
View ArticleCannot acquire a managed connection
Dear All,I am very new to the SSIS package development so please point out my stupidity If I have done any. I am trying to ETL data from excel spreadsheet to SQL server using Excel data connections and...
View ArticleImporting data from an .mht file
I would like to import data from a *.mht file. I can open the file in excel and save it as excel but I want to automate this in SSIS. I found a command line tool but it's not doing it correctly but...
View Articleload data from Excel file
is there a way that we can import data from top 3 sheets of a excel in ssis?
View ArticlePassing parameter in OLE DB Source ( for multiple queries using union all)
I'm getting following error when trying to pass the parameter (by clicking on Parameter button) in OLE DB Source .Here is the error.I'm using union all statement to merge three statements and each has...
View Articlebubbling exceptions up from sub packages
Hi. We run 2012 std. We r trying 2 get our heads around the options we would have customizing capture of exceptions that bubble up (if that is possible) to our master pkg from sub pkgs. This...
View ArticleSSIS package in SSISDB project deployment model very slow
I have deployed a SSIS package to SQL Server 2014 Project Deployment model ( SSISDB). And running it as an agent job.The total package start and end time took almost 3 min.. But if you look at the...
View Articledata not transfering to excel
i am trying to transfer a file from ole db engine to excel file , but its not going through, i have changed the properties of the run time to false, i also used data conversion and i chose unicode text...
View ArticleHow to avoid primary key insert error and pipe those would-be error rows to a...
Hi All,Question: How can I ID duplicate values in a particular column before generating a "Violation of PRIMARY KEY constraint" error?Background: this SSIS package pulls rows from a remote server table...
View ArticleExpression -puzzling(help needed)
Hi All,Is there a possibility that my expression fails on the first run trying to load into a column in the table having truncation error,but ultimately runs at the second time(having that column alone...
View Article