Consuming a secure web service in SSIS
To whomever can offer assistance, I would be very grateful: Could someone please supply an example for how to consume a web service using a secure certificate in SQL Server Integration Services,...
View ArticleAdvanced SSIS Interview questions
guys,I have an interview scheduled this week, What kind of questions I can expect?Below is the requirement:Assist in developing and maintaining applications for Santander Securities that include...
View ArticleSSIS -SKIP First few ROWS
Hi Experts , I am working on SSIS 2008. I have Excel file as a Source . Scenario: First 5 Rows contain some Headings which I dont need My Actual Header Starts from 6th Row and then Data .How should I...
View ArticleExecute SQL Task Poor Performance
I have an SSIS package in SQL 2008 R2 that contains an execute SQL task that simply calls a stored procedure on SQL 2005 to update monthly totals. It creates a table variable that contains a couple...
View ArticleTest connection failed because of an error in initializing provider. ERROR...
I want to connect to my sql and get data. For this, I have installed MySqlODBC 5.1 Driver and created user DSN. I have given user id & pwd and clicked on 'Test', it is throwing an error. "Test...
View ArticleSeparate dashed column into multiple columns via derived column
Hello,I have an excel source that I'm importing in to a SQL table via a data flow. The first column contains info separated by dashes that I need separated into different columns. I'm try to do so...
View ArticleHow do "download" project from SSISDB to SSDT environment?
In 2008, you had the ability to bring down a package from msdb to BIDS. Can I bring down a project or a package in SSISDB to SSDT so I can work on it? One place I see where this might be possible is in...
View ArticleSSIS: CSV to XML to Webservice
We are scanning from files to Kofax Capture 10 and have a request to provide an XML file to a web service. Based on my limited knowledge this task can be broken down into three steps in SSIS .1. Use...
View ArticleFor Each Loop error: any way to Unlock locked files
Hi,Though there are many posts for this error i am still facing problem to overcome this error in SSIS For each loop task.[File System Task] Error: An error occured with the following error message:...
View ArticleSQL Query in OLE DB Source as Variable - SSIS
Hi,I have a query more than 4000 characters and trying to assign to User Defined Variable and passing user defined variable value dynamically to pick value.User::SQLQuery as String.I am not able to...
View Articlescript task I'm trying to access the value of my variable and I'm getting an...
Hi, I'm getting the following error when I try to save the value of my user variableerror that comes up: The expression for variable "OutputFlatFileName" failed evaluation. There was an error in the...
View ArticleParallelism on multiple table updates
I have more than four UPDATE statements which update the same table but different columns. Currently these updates are set to run in a sequential manner even though they are not dependent on each...
View ArticlePicking up the SHAREPOINT file automatically and deliver the file to a...
Hello All,I have to automate a a file feed which is : Picking up the SHAREPOINT file automatically and deliver the file to a location where the program can load it to a sql table using SSIS. Can anyone...
View ArticleSSIS Package - Download FTP Files
Hi,Can anyone please guide me with this.We have a ftp server "172.19.312.12" and this server has files sav...
View Articleerror while Import data from CSV file
Hi,I am rading data from CSv file . I have column delimitter is " but one of my column has value " in it so my record is look like"1","abc","this "[is not]" ,right"so while loading data into table...
View Article[SSISDB].[internal].[operations] vs [SSISDB].[catalog].[executions]
This is on SSIS 2012. What is the difference between these two? I see that one is a table and the other is a view. But not sure how the contents are different.They both seem to be a log of some sort...
View ArticleStored Procedure takes too long when called using command processor-Mysql
I have this codeDROPPROCEDUREIFEXISTS search; DELIMITER ;;createprocedure search (IN startTime datetime,IN endTime datetime,IN searchString varchar(255))BEGINDECLARE t int;SET t =0;SET@outvar...
View ArticlePassing parameter values from one SSIS package to another..... Help..
Hi Everyone,I am developing a set of SSIS packages. I have a main package PkgMain.dtsx. In that I call another SSIS package using the following code inside a Script Task:Public Sub Main() Dim...
View ArticleOLE DB Source parameter parsing 2008 R2 vs 2012
I encountered an interesting scenario that I encountered while creating ETL packages that work with both 2008R2 and 2012 SQL servers. For the test purposes I created an OLE DB source within a Data Flow...
View ArticleSSIS logging
Hi All,I have little confusion on SSIS SQL server based logging. I am using SSIS 2008. Lets say I have built a package and enabled the SQL server based logging on these events: on error, on...
View Article