How to Skip N Header Rows When Importing Using Excel Source
Good morning, Great Minds -My question for today concerns an Excel Source Data Flow task.I'm taking over a package designed to import data from an Excel file. The Excel data has five rows of header...
View ArticleSSIS is not throwing error when there is mismatch between source flat file...
i am extracting data from flat file to OLE DB SQL table on daily basis. Generally flat file has 15 columns. it's loading perfectly fine. in between one of the column got deleted in the source file...
View Articlepick latest csv file from folder and upload to sftp location using SSIS
The .csv file will generate through SSIS into local folder with the file name like "XXXX_2018-07-24-10.18.24.6340000". The .csv file generate every 5 min in a day. While running the SSIS package it...
View ArticleMaking a value from an 'Execute SQL Task' into a parameter
Greetings,I am pulling a single date from a spreadsheet via an SSIS "Execute SQL Task"(SELECT * FROM [DATES$A2:A3])<o:p></o:p>This works great! <o:p></o:p>Now that I have this...
View ArticleFind 13 equal columns out of the existing 14
HELP.I have in the link below the CSV file with 4,782,969 records....
View ArticleSSIS OData Source \ SharePoint List \ Multiple Lookup Fields
So if you install OData source into SSIS ETL package and feed it with sharepoint list like "/_vti_bin/listdata.svc/list", it will be eaten.BUT, multiple lookup fields are just totally absent. Even if...
View ArticleCannot truncate staging table because it is referenced
Hello, Please I need your help. I have built my model on my staging DB and my Stg_DimAccount have a bridge table with a FK on it. When building my SSIS package I am trying to using Execute SQL task to...
View Articlewhat's best practice for an ssis template?
Hi, We are working on something where a bunch of very similar jobs will have a lot of variables, a very elaborate scheme to fetch some sensitive data, and we need to have a cookie cutter starting...
View ArticleError deploying project with Attunity on SQL Server 2016
Hi,I installed SSDT 2017, Attunity 5.0 and I did a package using "Oracle Source". It works fine on local machine but when I deploy to server (SQL Server 2016 + Attunity 4.0), I got the following...
View ArticleImport Table from iSeries (AS/400) to SS - Date Convert Error?
I'm trying to use the Import/Export Wizard to bring a table from an IBM iSeries via ODBC. I'm getting an error "Incorrect Syntax near 23." I believe the error is coming from the date fields I'm trying...
View ArticleReusable Package for multiple ETL jobs
I have around 1000 tables to be ETLed using SSIS.For each ETL following are the standard steps1. Purge Staging Table 1 ( SQL task)2. Extract, Transform the data and load Staging table 1( Data Flow...
View ArticleForeach loop to load Multiple files VS 2105
Hello, I'm looking looking for some assistance please.I'm wanting to load multiple files (40+) using SSIS in Visual Studio 2015 from a folder location on my pc to my instance of sql server 2016.My...
View ArticleOLE DB Source Parameters and CTE
Greetings,As I am learning to use variables/parameters in SSIS, I did an experiment with a simple piece of code (in advance of placing my real query into place). I add the following to an OLE DB Source...
View Article%1 is not a valid Win32 application
I have a package that has run every two hours for years. It suddenly stopped working and I haven't been able to track down why.Running Win server 2012 R2, SQL Server 2014 and developing SSIS packages...
View ArticleFilter a column based on another column-sql server
I have a query where i count the records based on multiple columns. I have specified a condition to filter only only few types from a column. Work TaskMR SERRTO SERR PO NULLTO MEDTTO TRESTO NULL In my...
View ArticleSSIS Deployment fails because of AzureStorage type
Hi,I have created a SSIS package that contains Azure Blob Storage tasks, the package runs fine in Visual Studio 2012 but when I try to deploy to SQL Server 2012 Integration Services Catalog, I get a...
View Articleif else statement in derived column in ssis
HiI am using a if else statement in derived columnn transformationlike if test_code = 2 then value should be Tand if test_code = 3 then value should be FAND REST OF THE VALUE SHOULD REMAIN UNCHANGED IN...
View ArticleSSIS Package Successfully Connects Locally To SQL Server But Fails Via Job Agent
Hi everyoneI have an SSIS package which is set up to connect to a database through SQL Server Authentication Mode in SQL Server 2016 RTM (Version 13.0.1745.2) via an OLE DB Connection Manager. The...
View Article/configfile how does it link to package
Hi, We are trying to share dtsConfig files at runtime and it is working. But how does /configfile link to the the Connection that is coded in the ssis package? If I had a few different...
View Article