Fuzzy logic - no columns showing
I have a really odd issue that I truly hope some has experienced and resolvedI'm attempting to do a fuzzy logic comparison between two sources but when I choose the Reference table and click on the...
View ArticleHow do you code the Package Execution Progress window in C#
I need to write a front end to execute our .dtsx package due to it being encrypted and not wanting to expose the password at all.I have successfully written code to run it but I want to show something...
View ArticleManaging a SSIS pkg when the data structure of the source changes - SSIS 2012
Hi,I've a SSIS 2012 pkg with several data flow task to get data from an Oracle database and then to write on a SQL Server database. The related job runs each night.It occurs 1-2 times for month that...
View ArticleAttunity CDC for SSIS has status LOGGER
At a client I work for, we are using Attunity CDC for SSIS to replicate data from a Oracle source to a MS SQL server destination. We are currently testing the solution and while testing, an error...
View ArticleError in Typecasting from string to datetime
I am using derived column to convert string data to datetime .My string data :Start Date 15/06/201530/06/2015NULL2015/06/24I wrote in derived column expression:(DT_DATE)(SUBSTRING(([Start Date]),7,2) +...
View ArticleCan select in SSMS but not in SSIS
I have a really odd issue that I truly hope some has experienced and resolvedI'm attempting to do a fuzzy logic comparison between two sources but when I choose the Reference table and click on the...
View ArticleHow to make SSIS prompt for connection values when running a DFT or package...
Hi,I am new to SSIS. My earlier ETL experience is on Datastage, hence, it's taking me a little time to get my head around some things in SSIS, hence this question which might seem kind of naive to some...
View ArticleGet back (Identity) ID to the other table in SSIS Data flow?
Table 1:------- ----- ---- ----Name Add No RowID------- ----- ---- -------aa #a-1,India...
View ArticleIssue using Excel Source while Reading Excel File in SSIS 2008
While fetching data from Excel File using Excel source in SSIS 2008 , it is showing the below error messageDataAccess mode =Table name or view name variableVariable name = select the variable which...
View ArticleTruncation error when exporting data from sql server 2012 to excel
I need to export some data from sql server 2012 to a excel file(.xlsx). Truncation error happened when executing the exporting task, error happened in conversion from a column of type nvarchar(max) to...
View ArticleSSIS package (SQL 2014) always fails when debugging in VS2012 but each...
SSIS package (SQL 2014) always fails when debugging in VS2012 but each individual DataFlow tasks succeeds. I installed SSDTBI tools for SQL 2014 for Visual Studio 2012 Window 8.1 (64 bit) from the...
View ArticleWhy Merge Transformation Need to Sorted Inputs
Why Merge Transformation Need to Sorted Inputs
View ArticleProblem with ODBC Source
I'm having trouble using a Progress database as a source. I have an OpenLink driver installed and a System DSN set up. I can successfully test the connection. I added this DSN to the connection...
View Article.dtsconfig file being used when try to edit to change some variables
hi there: I've deployed my ssis pkg to the server and created a sql job to run this pkg. So far, everything is fine. Today, I got a request to change some variables inside the package which is part of...
View ArticleExecuting sql server 2012 packages
I used the import wizard in sql server 2012 management studio to load data from an excel 2013 spreadsheet into a new table in a sql server 2012 database. I saved the package to the file system since I...
View ArticleParent- Child package failing in sqlagent.
Hello ,I have 20 child packages calling in a single master package as shown below.these packages transfer data from mysql to SQLServer. I installed the ODBC-32 bit drivers.when i run the project in...
View Articlehow to convert from string(varchar/nvarchar) to binary
Hi All,In Source, we have a column of datatype string(varchar/nvarchar). Example:col1TrueFalseIn Target we need to map the column which is of type binary. Binary column accepts only 1,0.col110how to...
View ArticleCalling SSIS package from Stored Procedure
Hi Experts,I have a master package which calls a child package and child package calls one more package. The packages reside on file system. I have created a stored procedure in SQL Server 2012 to...
View Articleleading zeros with employee number column
Hi, I need leading zero's with EmployeeNum column(source employeenum is datatype : float). REPLICATE('0',8-LEN(RTRIM(a.[RecordID and EmpNum]))) + RTRIM(a.[RecordID and EmpNum]) AS [Employee Num] I have...
View ArticleSuccess package when task fails
I've existing SSIS package which is loading Inbound file and SP to validate the data. If data has error then that task is failing by raising errors and user is being notified to correct the data. Task...
View Article