varbinary(max) to xml to csv using SSIS
I am extracting a MySQL table (using SSIS) and saving the data table to a SQL server 2014 table having a varbinary(max) column named Col1, when I cast Col1 to xml as such, it gives me a column...
View ArticleLookup Task passing and loading NULL
So I have a Lookup to my Order Header from our 3rd party database using Customer ID and Invoice Number. And then a second Lookup to the Order Detail using Product Number in order to match data from our...
View ArticleCannot open script Editor in VS tools
Dear all,I am running the tutorial for using SQL server Intergrated services and at one steps it need to setup a script by calling a script editor from visual studio tools.As soon as I click on Edit...
View ArticleIssue using Temp tables in stored procedure called by ADO .NET source component
A search revealed a few postings that had a similar issue to me such as this one:...
View ArticleHow to access fitbitplus data
Hi Experts,How can i get data from a rest API? Is there a plugin in SSIS for fitbit? Thanks
View ArticleSSIS Deployment Target Server Version to SQL Server 2017
I tried and installed the attunity. 4.0 but while installing attunity 4.0 it's showing sql server not installed.Please suggest.One more thing I have checked on server there is attunity 4.0 and sql...
View ArticleUsing /localhost/ for pointing out the config file
Hi,I have two servers, one Dev and one Prod, where I run my SSIS packages from the file system. I want to point at a config file, residing on each server when running a package. I set a package...
View ArticleDisabling SSIS packages in IScatlog
Hi All,Great day everyone.we have a master package(which calls all other packages with Execute package task) deployed into IScatlog. i am curious to know if is there a way to disable Execute package...
View ArticleSelect 30 days back
I'm trying to select rows for last date change = 30 days I tried LAEDA = ( sy-datum -30 ) in where clause, but it always generated error. I connect to sap database.
View ArticleDouble Lookup in SSIS (lookup on a lookup value)
Hi, I am very new to SSIS and looking for a solution to work on with lookups.my scenario is that I have 3 tables A,B,C where [Table A] and [Table B] have common column to join and [Table B] and [Table...
View ArticleManaging performance about a package with more sort transformations - SSIS 2014
Hi,I'm testing a SSIS 2014 package having more sort transformations in order to implement some merge join transformations.In order to improve the execution performance when I've used an OLE DB source...
View ArticleHow to troubleshoot SSIS package job failed?
The SSIS package executed fine with no errors in Visual Studio but the job failed in SQL Management Studio with Description: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON." In the SSIS package,...
View ArticleSSIS 2017 Script task editor - hitting "edit script" button does nothing
Using BI project templates for VS 2017, SSIS project. Have a script task, and after setting some variables I want to work with, I hit the "Edit Script" button, and then waited.......and...
View ArticleThe connection "" is not found. This error is thrown by Connections...
I've got a package which reads a text file into a table and updates another. I set up configurations so that I could import it into the SSIS store on both my dev and live servers. Now, I'm getting...
View ArticleNested For each loop cotainer
I am pretty new to SSIS.I am trying to load data from Azure Blobs to Ole db destination my file structure Container-folder(multiple folders)-CSV files (multiple) initially I created 3 parameters...
View ArticleSSIS - eliminate null rows from Excel source
Is there a good way to eliminate null rows from an Excel source. I am using a data conversion but I don't see any options with that, so will probably need an additional data flow task. I also need to...
View ArticleSQL Job Failed after SSIS Package imported in MSDB
Tried following the below process to import the package and when ran the SQL Job got the error log as below.1. Updated the SSIS package with minor modification.2. Generated the Build files3. Connected...
View ArticleSSIS package no Oracle provider for OLEDB driver even it is installed
I downloaded both 32 bits ODAC named ODTwithODAC121010 and 64 bits named ODAC121010_X64.I install 32 bits first, then 64 bits on windows server, since we need both version, 32 bits is for Visual studio...
View ArticleImporting data from excel with fields occasionally having more than 4000...
Hi Experts,We are struggling with excel data import issue with fields occasionally having large text in it.The text in the field is not always more than 4000 characters.Initially we have changed the...
View ArticleJoining Data-Sets Approach
Hi everyone, I'm looking for some advise on the best method for joining two data-sets. Each data-set is on a different db platform so I was looking to do this within SSIS. In my situation I am using a...
View Article