Adding Business Logic and Field Conversion
Hi,Is there a way to apply business logic and field conversion to a SSIS script? For instance, we'd like to do the following: Open source table Do until EOF Read record Apply new business logic and...
View ArticleThe result of the expression on [] property "SqlStatementSource" cannot be...
When we are trying to execute a SSIS package with a SQL task, having a sql statement source, we got the below error only once and we would like to know what might cause this error, any input is greatly...
View ArticleSQL 2012 SSIS, deploying test to prod using project deploymen and SSIS catalog
I'm looking at the new project deployment model in SSIS 2012. I've deployed a project and am using environments and variables I've created on a test server. I'm very impressed with this new...
View ArticleHow to Get Error Column Name
Hi all -After researching it seems as though the solution to getting the error column name is best found here: http://dougbert.com/blog/post/adding-the-error-column-name-to-an-error-output.aspx.I am...
View ArticleFuzzy Lookup using existing index failed
Hi All,Please help me to check on this fuzzy lookup issue.[Situation]I have selected to store and maintain index for first time, it works fine (just input 4 variables and look-up from table which...
View ArticleSSIS Web Service Task failes some times .. please see details
Hi Guys ... Weired issue with SSIS package and it fails sometimes . It was failed in morning but next run it was successfull Error is blow if some has worked on this and can suggest solution to solve...
View ArticleScript Task - Console.writeline alternative
I am using C# in the script task and i am using console.write line to show the message but when i execute the script task it doesn't show up any message but the package is running fine. How to pass the...
View ArticleTemp Tables and no Output Columns
I no that there's a trick to "fool" SSIS using the IF 1=2 Select CAST(0 as int) as [Store No] ,CAST('' as varchar(10)) as MaxRptDate ,CAST('' as varchar(10)) as MinRptDate ,CAST('' as varchar(15)) as...
View ArticleData Mapping in SSIS
I used append queries (INSERT INTO-SELECT-FROM) in Access to append and potentially map data but am not sure how to do this in SSIS. Any ideas?
View ArticleSSIS 2012 - NT AUTHORITY\ANONYMOUS LOGON failure
I have a SSIS package which I have deployed to the Integration Services Catalog. When I execute the package it fails on validation of the destination database with the : SSIS Error Code...
View ArticleExecute a package from file system
We used to be able to on a server double click a dtsx file, then it will execute the package.On newer servers with newer windows OS, it seems this no longer work, when I double click the packge file,...
View ArticleCould not create a OLE DB Connection
I installed SQL Server 2012 SP1 on a Windows Server. I was able to connect to SQL Server and Oracle ( after installing Oracle Client ) . Then I installed I series Navigator in the server . After that ,...
View ArticleMultiple Precedence Constraints work incorrectly
I created a test Maintenance Plan to demonstrate the problem.The Maintenance Plan was created using the SQL Server 2012 SP1 Management Studio. It shows that Precedence Constraints are joined with the...
View ArticleC# Scripting: Not returning/assigning value to variable
Hi,I'm not getting returned value from the following code. using System; using System.Data; using Microsoft.SqlServer.Dts.Runtime; using System.Windows.Forms; using System.IO; namespace...
View ArticleSSIS - Passing Object Variable - Multiple parents to single Child Package -...
Hi,<o:p></o:p>I'm working on a small project and as part of the project, I need to create a framework for future enhancements.<o:p></o:p>This is what I'm doing:Objective:1. Get...
View ArticleSSIS Foreach Loop Copy within SubFolders
I have some files within sub folders. Below is the layout C:\Source Dir\Folder 1\subfolder\a.bat C:\Source Dir\Folder 1\subfolder\b.bat C:\Source Dir\Folder 1\subfolder\c.bat C:\Source Dir\Folder...
View ArticleExcel Destination not showing all the available destination columns.
I have an Excel Source with 4 columns (id, empname, designation, salary). Then a Conditional Split is applied with the condition ( Salary > 5000). This is then passed to 2 Excel destinations (One...
View ArticleSSIS Execute SQL Task - Statement from Variable - Variable value comes from a...
Folks,I am creating SSIS package, which contains Execute SQL task. The "SQL Source Type" property is set to be Variable and it uses one of my package variables. So far so good. Now all of this is...
View ArticleGetting Error on executing SSIS Package
Hello Everyone,I stored package in my SQL server 2012 Integration Service Catalog in SSISDBSSIS package "D:\Projects\HomeHealthDW\DWIntegration\DWIntegration\LoadVisitData.dtsx" starting. Error:...
View ArticleWhat would I use if I wanted to modify data based on results from other data?
I have two questions:How would I go about filtering source data to exclude data from another dataset that comes from a different server and database? For example something like: SELECT...
View Article