Populating Flat File Connection Manager Column Names - There Must Be An...
Good morning, all -I have a flat file that is data only, no headers. The header names come from an extant table into which the data from the flat file will be inserted.I can always map the raw column...
View ArticleSSIS - Data Flow Task - OLED source Error Parameters
Hello, I am creating a ssis package that uses data flow task that has "OLED Source" and use SQL Command. The code looks similar to this and it has parameter;With CTE as (select name from...
View ArticleSQL Job Failed to run a SSIS Package
Description: ADO NET Source has failed to acquire the connection {FDB1257A-02F5-47DD-B2C5-9C85F4436FB8} with the following error message: "ORA-01005: null password given; logon denied". If anyone have...
View ArticleScript Component - The value is too large to fit in the column data area of...
Hi I have been trying to resolve an error message ("The value is too large to fit in the column data area of the buffer") I am getting from a Script Component (C#) that decrypts GPG encrypted column...
View ArticleTo run a SSIS package outside of SQL Server Data Tools you must install...
Hi, May be this issue already raised on this forum but am facing following error. To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or...
View ArticleCannot bulk load because the file "name.json" could not be opened. Operating...
Can anyone explane me what have I done wrong? I\m just trying execute simple procedures (EXEC[dbo].[PR_MigrateGeometryAttributes_Heating])Msg 4861, Level 16, State 1, Procedure...
View ArticleEmbed HTML code in body email along with multiple attachments
Hi Experts,as per the title I'm trying to have an email with a body in HTML and multiple attachments.I've created an SSIS package with the Send Email Task that sends me an email with the attachments...
View ArticleAdding CRLF to file with no delimiters
I've got a flat file that I need to add a CRLF to after each 129 chars. This is so a Unix program can run against it, which needs/uses CRLF as a delimiter. I've tried to use a derived column but since...
View ArticleSSIS Data Flow - Automatic updating table whenever a different table is...
I need to update Table Parent, whenever there is a new set of records added to Child. There are about 6 Child tables and whenever there is a update in any of the table, I need to kick out the existing...
View ArticleSSIS Packacge not loading data when ran from SQL Server Job
Hi Guys,I have an issue that I am yet to understand. I have an SSIS package that loads data from cdc.fn_cdc_get_net_changes function using OLE DB Source.The last time I ran the package was 2 months ago...
View ArticleSSDT Visual studio data tool 2015 Access Oracle DB through 32 driver
Hi I am creating an packages to connect to oracle and output write to excel file. I am using SSDT 2015 version . On this task "OLD DB source" task I create a connection to oracle database using 32 bit...
View ArticleCDC Implementation using Flat File
Hi,Is there a way to implement CDC by using flat file as source?Thank you,Dimitris
View ArticleSSIS transfer sql server objects task RUNS more than TWICE AS SLOW AS A SQL...
HiI have a dev and live server and I created a transfer sql server objects task in ssis that pull tables from a source server to the dev (destination) server and saved it as a package. I have then...
View ArticleRename file using File System Task Editor
Could someone please instruct me on how to use the File System Task Editor to rename a file? I place control on control flow tab, change the operation to rename, from there I am not sure what to do.
View ArticleRunning a package for each file
Right now, I have an SSIS package that will run daily. Each day, a new file comes in that has the current date stamp (i.e New_file_YYYMMDD) on it and the SSIS package grabs this flat file and merges it...
View ArticleHow to append local variable to global variable in ssis?
Hi,I have created global connection manager for my Packages and I have variable call filePath , file is on netwrok drive.for example T:\\testConn\\testProject\\*.txt is my full file path.file path...
View ArticleNeed to learn how to migrate ETL projects/packages from SQL Server 2008 R2 to...
I Need to learn how to migrate ETL projects/packages from SQL Server 2008 R2 to SQL Server 2014. Can you direct me to where I can read up on how to do this or maybe a class that I can take?I am in dire...
View ArticleSSIS For Loop Container logic for multiple conditions
I'm having a little trouble with the logic in SSIS For Loop Container Variables: @FileModDt - The modified date of a file (read by a Task Factory step in the loop)@OldestDateAllowed - Oldest date...
View ArticleThe Script Task uses version 15.0 script that is not supported in this...
Hi All,We are migrating an SSIS project from SQL 2012 to SQL 2016. The project upgraded successfully without any issues and able to run few packages without any errors. But there are few packages which...
View ArticleSSIS To import Emails into a SQL Server Table
Hello forumis it possible to create an SSIS Package to import Emails (title, date sent and body text) into a SQL Server Table?We are getting over a thousand emails a day from our SQL Sentry so we need...
View Article