Handling variable column inputs
I receive a data feed from a third party in a pipe delimited file. From time to time, they add a column at the end. I would like my ssis package to continue to process the data even if they add a...
View ArticleTo run report on Integration Services Catalogs(SSISDB)
Hi Everyone, I would like to figure out a way to give access to QA's to run and View reports on SSISDB catalog withot giving them SSISAdmin or SYSAdmin permisions.?
View ArticleGetting errorl in birthdatedate column in ssis package
Hi , In my SSIS package I am deriving birth date column by using below CASE WHEN Col015 IS NULL THEN Col015 ELSE CAST(SUBSTRING(Col015,1,2) + '/' + SUBSTRING(Col015,3,2) + '/' + SUBSTRING(Col015,5,2)...
View ArticleImport different excel file with different schema to different table in SQL...
Is it possible to import different excel file with different schema to different table in Sql Server dynamically.Let say i have two .xls file 1. Employee.xls(empid,...
View Articletransforming non pdf's to pdf
Hi. We run std 2008 r2 and were wondering if the community had seen an ssis solution that iterates thru folders in a directory transforming non pdf files to pdf.
View ArticleSSIS error in SQL SERVER2012
Hi All,I downloaded default packages given by sql server 2012 software.When I made connection, throwing the below erro.Please suggest how to resolve this issue.Error1Project consistency check failed....
View ArticleSSIS package takes long time to execute
Hi,I have a package which contains an OLEDB source and a lookup transformation which transfers no match data to script component. I've done the same kind of package before but the data to transfer is...
View ArticleSQL Server variables
( Left(@[User::YourFileName],3) == "AP_" ? 101 : ( Left(@[User::YourFileName],3) == "VD_" ? 102 : ( Left(@[User::YourFileName],3) == "BK_ " ? 103 : 000)))In the above Variable i want to change the...
View ArticleCannot cast a data profiling task object to DataProfilingTask in SSIS
Hi,I am trying to programatically execute an SSIS package containing only a single data profiling task. var pkg = app.LoadPackage(@"c:\Package.dtsx", null); var task = pkg.Executables[0] as TaskHost;...
View ArticleStatus change capture
Hi All,I have a task where I'm dealing with Employee information. I load this data on a daily basis where I capture Name,Is_Active,Address information of the employee and I do truncate and load...
View ArticleBizarre "You must enter a value in the [....] field" error from Access OLEDB...
HiI can't make sense of why this error is occurring.I know what it means: it's exactly the error I get if I test by manually try to enter a new row in the destination Access table, without entering...
View ArticleDate formats
Hi All,I am loading data from Flatfile to SQL table. In one of the date column, Date is coming in DD/MM/YYYY, D/M/YYYY,DD/M/YYYY,D/MM/YYYY formats.Example: 1/1/2014, 10/1/2014, 10/10/2014,1/10/2014 I...
View ArticleRetreive Meta data information from a Store procedure when executed the Sp...
Hi I have a typical requirement.. I need to return the result set from a stored procedure and redirect the output to Excel(2010).am able to call the sp from OLE DB Command task as followsExec mysp ? ,...
View ArticleData Flow: Can not connect to SharePoint List - The remote server returned an...
Hi all,I am trying to connect to SharePoint (2010, on-premise) using SSIS 2012. I downloaded the SharePoint Adapter for SQL Server 2012 and am following the MSDN tutorial on "Extracting and Loading...
View ArticleGet records for every minute
Hello All,I have a table which has cyclecount and Stamp columns. When cyclecount = 1 i will get records for every 20secondswhen cyclecount = 15 i will get records for every 5minuteswhen cyclecount = 45...
View ArticleError Cannot Acquire Connection From Connection Manager
Hi guys, I am struggling with one package built by one of my colleague. Situation: the package is in the folder newrelease (that's important, it comes later in my explanation), the user John has the...
View Articlessis packages deployment error 2012 :Microsoft SQL Server, Error: 27203
HI . when i was deploy the ssis packages in same server vs 2012. am facing this issue : and how can solve the this issue . please provide me another way of deployment in ssis packages. Microsoft...
View ArticleStrong match,Likely Match
Hi,I need algorithm for this requirement so that i can use in ssis.can anyone help me on providing stored procedure.I was using Fuzzy look up.Found negatives on this because as the data increases...
View ArticleHandling variable column inputs
I receive a data feed from a third party in a pipe delimited file. From time to time, they add a column at the end. I would like my ssis package to continue to process the data even if they add a...
View ArticleInsert/Update
Hi,I am working on a package to insert and update contacts from a database into an application. To insert into application I am using script component. So my question is can I do both insert and update...
View Article