Data conversion failed. The data conversion for column "value" returned...
Hi Experts, I am extracting data from SQL Server 2005 to flat file destination. I am using SQL Command to specify the data selection query. One of my query uses Replicate function to derive a column...
View ArticleFor Each looping issue question.
I am maintaining some SSIS packages for a client. The master package goes out to MDS and gets a list of companies that are "active" from an mds entity view. The package then loops through multiple ETL...
View ArticleVS2017 Restart when running packages
I have a number of packages in my project which used to run quite successfully.When I run them in VS2017 they get part way through and then VS2017 restarts.If I deploy the package to the database...
View ArticleSQL Agent
Hi All,I have 3 different packages from different projects. I have created a agent job to run one package after another using next step process in agent job. But I am currently looking to change the...
View ArticleShould I explicitly define my data touch points in a SSIS ETL
So we have written our T-SQL...tested it...and the .csv looks fine. But we DID NOT explicitly define our data touch points...just took what was in the database. In an ETL exercise, does best practice...
View Articleparameter with dynamic query
Hi,Query 1: Simple query.Query2: Dynamic query. The string from where condition is different for different company as well as table. So, I created the dynamic query as an example below . I have the...
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 ArticleAdding new items to the SSIS toolbox in VS2017
I'm looking to migrate from VS2008/BIDS running on SQL Server 2008R2 to VS2017 running on SQL Server 2014. I have some third party items in my BIDS SSIS tool box that I need to add to VS2017. In BIDS...
View ArticleIssue with SQL Server 2016 SSIS C# Script Task that reads file metadata
Hi I created a C# Script Task for SSIS 2016 using Visual Studio 2017. The script ran fine in Visual Studio 2017. Then I deployed it in SQL Server 2016 Standard Edition. I created a Job in SQL Server...
View ArticleMaster key issue in Secondary SSIS DB
Hi Expertswe have always on AG servers (SQL 2014) packages are working fine in A01 node when fail-over happens AG moves to A02 then all packages are failing with error Description: Please create a...
View ArticleRunning SSIS as an Agent job using a proxy
Hello, I built a simple SSIS package using BIDS. The package does a backup of a DB to a network share. I imported the dtsx file into SQL Server using SQL Server WB (connected to the SSIS server)I...
View Articleexecute SSIS packages from vb.net
Hi! I was following this article http://www.codeproject.com/useritems/Execute_Package_by_C_.asp to execute list of SSIS packages via vb.net. I created a windows application in server A copied the exe...
View ArticleLogical Constraints of OR and executing SQL Task
So in my Control Flow, I have an Expression Task that checks to see if the GlobalDateOverride Boolean is set...if it is TRUE, it will get the dates from the StartDate and EndDate variables. If it is...
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 Articlethe file name property is not valid. the filename is a device or contains...
Friends, I am having problems running an SSIS package using JOB, the following error is displayed, I believe it is either by the network directory containing special character on the folder (...
View ArticleSSIS Connection Manager to SQL Server with Passwords Best Practice
So I have Googled and Searched and Googled and Searched and Googled again...No where can I find the "Best Practice" for defining Connection Manager to SQL Server and Passwords both on the Connection...
View ArticleI want to load 1 table(single destination server and database ) from 2...
It worked that out for me in sql server impost export wizard.(I use right join and it worked.)But I need it to be done in SSIS.chipsy
View ArticleFTP task fails on timeout, Exception from HRESULT: 0xC001602A
I wanted to "thank" the SSIS team for their traditionally wonderful job at error handling. From what I understand the 0xC001602A is a catch-all for pretty much any and every problem, which I...
View Articlehow to load data after a maximum date in SSIS using date filed from source
Dears,Basically i am loading data from oracle source to sql server destination,i have a date field in my oracle source and i wanted to load data after a maximum date,for example the maximum date from...
View ArticleChecking if folder is empty
Hello, Does anyone know how I can check if a folder is empty using SSIS? I have a package that loops through several files and loads them into a DB. I want to have the ability to check if the folder is...
View Article