Package to load Excel file started failing with error "External table is not...
Hi Gurus,I am facing a strange issue and not able to see what could be causing it. I already checked this thread and some other blog posts around the same issue. But its slightly different in nature...
View ArticleError: 0xC0202009, OLE DB Destination [39]: SSIS Error Code DTS_E_OLEDBERROR....
Hi All,When I am trying to run my SSIS package I am getting below error.SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.Can you please help me to trouble shoot...
View ArticleSSIS Data Flow Pipeline Stops and success is displayed - yet missing 800,000...
Im using the most recent version of 2017 Professional with Oracle OLEDB drivers installed July 2018 with a very simple OLEDB connection to an Oracle view on the source side. Im sending directly to a...
View ArticleData Flow - varchar(max) to varchar(max)
I am trying to move data from a SQL server to move data from sql server to sql server. The source table contains varchar(max) and the destination table is define with a varchar(max). In SSIS I can see...
View Articlessis - combine 3 tables from 3 different source into one
I want to combine 3 tables from 3 different source which brings in millions of rows from each table into one for daily use. Is there any way i can bring it into a temp holding place using some task in...
View ArticleExcel destination create table
its been a few years since I used ssis and am a little rustyI have an oledb data source and an excel destination, a blank excel fileI am trying to use the execute sql task to create the sheet in the...
View ArticleUnable to deploy SSIS after VS 2017 update 15.8.0
I just installed the 15.8.0 update to Visual Studio 2017 and now I am unable to deploy SSIS projects and packages to the SSIS Catalog from within Visual Studio 2017.The Deployment Wizard does still...
View ArticleSSIS Build/Deploy Fails with new Visual Studio Version 15.8.0
After upgrade to 15.8.1, Visual Studio now is crashing when attempting to build, rebuild, or deploy an SSIS package.Attempted to reinstall Data Tools for Visual Studio 2017 but it did not resolve the...
View ArticleAppaned two streams
Hi Is there any way to append (not merge and not union all) two streams in SSIS? I know that both stream consist of the same number of rows. So the first row of the first stream appended to the first...
View ArticleExecuting batch file with variable in Foreach loop in SSIS
I have a problem with executing my batch file that looks like that:certutil -hashfile "THIS_IS_WHERE_I_WANT_VARIABLE_FROM_SSIS" SHA256 > checksum.txtAs you can see I don't know how to put a variable...
View ArticleValidate if a SQL table has records from SSIS 2016
Hi guys,After transferring tables from one server to another, I want to validate that the tables exists on the destination server and have records in it. I don't have any problems validating that the...
View ArticleSSIS connect to Kafka using kerberos to get secured data
Hi, I am developing ssis 2015 package where it can connect to Kafka using kerberos to get secured data. How to do? I'm new to this...
View ArticleDeployed Project not importing CSV file Data
I have a project with an Execute SQL Task (Which truncates the temp table when the project is run), a Foreach Loop Container which contains a Data Flow task to import the results of CSV files into the...
View ArticleHow to pass Date values to SSIS OLEDB Source /query
Hello,I have a Package running and now I am trying to pass StartDate and EndDate to query in OLE DB Source.I want to pass the values from Agent job, but I can see only system type variables?Please Help.
View ArticlePass Date values to SSIS OLEDB Source /query
Hello,I have a Package running and now I am trying to pass StartDate and EndDate to query in OLE DB Source.I want to pass the values from Agent job, but I can see only system type variables?Please Help.
View Articleunzip files load to different tables
Hi I have bunch of files coming in through zip , I have to unzip the files and load to different target tables ( one file to one table). I have around 200 files when unzipped and have to load to 200...
View ArticleError loading flatfile data to table using SSIS
Can someone help me with loading the attached csv file database.The issue here is the CSV file has data with Double quotes and comma as delimiter but there are some instances where one of the column...
View Articlescript to add/remove AD members
Hi,Following is my code and I am not sure why the userNAme is treated as char.Also,somehow the section of code below does not seem right from the point that I want to enumerate the table and select...
View ArticleDelete-Insert data using SSIS component
Hi friends,Do we have any such existing component within SSIS which can be used to delete existing data from a table and then freshly load it with required set of data ??More of a delete-insert...
View ArticleSuccess is reported but fails to bring entire data set.
I have a simple Oracle OLEDB data source from a view that produces 4.4 million rows. When running this simple data flow taks the SSIS package reports success at 900k rows which do hit the target SQL...
View Article