External columns vs. output columns?
Can someone please explain the difference between Output and External columns? I can't fathom why "Output" columns aren't good enough. In other words, what is there a need or value in having two types...
View ArticleCombine Primary key from Destination Table Load with Source Data
Hi,I have a flat file with several fields and this data needs to get loaded to one parent and multiple child tables. Think of this as a Sample header and Sample line information rolled up in one...
View ArticleIssue With Project Parameters In Child Packages
I would like to report a bug/issue with SSIS. It occurs when you create project parameter ( a common value for all the packages inside the project ) and use it as a connection string in data flow task...
View ArticleSetting a parameter on a SQL Agent job to change a connection string
Good Morning,Is it possible to create a parameter in a SQL Job to change a connection string on an SSIS package without having to redeploy the package for each change. I am currently using SQL 2012...
View ArticleMapping numeric to nvarchar eliminates leading zero
I am working with VS SSIS 2015 and SQL SERVER 2017 (14.0.1000.169). The problem I'm facing is when I'm mapping a numeric data type column in SSIS to nvarchar column in SQL table. The value of the...
View ArticleIs it possible to use a Golang SQL Server Driver to pull SSIS information
Scenario: I'm trying to do work on some SSIS manipulations in Golang. I've seen that there is a mssql driver denisenkom/go-mssqldb. My main goal is to either "watch" or locally copy the .dtsx files to...
View ArticleStopping a Data Flow Task quickly when Excel source columns aren't correct?
I have a Data Flow Task consisting of a source Script Component that reads an Excel file. That data is fed into a transformation Script Component that verifies the columns are correct and reorders and...
View ArticleCancel/delete execution with status of "Created Execution"
I have a couple of executions with a status of "Created execution". I can see this either via the Executions report or query (SELECT * from catalog.executions where status = 1).How can I get rid of...
View Articlecount
Hi,It's a simple count statement but not sure why I didn't get the correct count. SELECT distinctcount(a.myorder) OVER (PARTITION BY a.mydate) as 'orderCnt',convert(varchar(30), a.mydate,110) as Date...
View ArticleCharacter set issue
I have an SSIS package which is using Oracle Provider for OLE DB to retrieve data from Oracle database. One of the columns that I'm selecting is a coordinates(polygon) info. It is coming as CLOB...
View ArticleThe connection "Connection" cannot be found. Verify that the connection...
Hi, I am getting data of sharepoint online with ssis and odata. If I use Visual Studio the package work howerver I get a error when I deploying the package. the configuration is the next:Auth...
View ArticleCan't open Analysis Services Processing Task with latest SSDT release
I have an existing SSIS package with an "Analysis Services Processing" task. When I try to edit the task I receive the error message below. When I confirm the error message there is nothing visible on...
View ArticleError Executing SSIS Package from SSISDB Catalog
I am seeing an issue while executing the SSIS Package through SSISDB Catalog while passing the connection string value through environment variableError :- Faile to Acquire Connection. Connection may...
View ArticleProblem with executing an SSIS package using data stored on a shared drive
This is a fairly perplexing problem for me. We have a application that writes files out to a shared drive that I need to process each day. We run SQL Server 2008 R2 in a 64 bit environment. My...
View ArticleSINGLE CONNECTION WITH MULTIPLE DATABASE IN SSIS PACKAGE
I'm using SQL server 2016I have a server named abc , in that server i have 3 databases A1 , A2 , A3 i want dynamically connect to all these databases in SSIS and run a particular query in each database...
View ArticleWhat access do I need to allow for the SQL Server Agent Owner in order to run...
So when we run the SSIS Package locally utilizing my Logon obviously, it works fine. But when we create a SQL Server Agent Job with an Owner that is a Service Account, I think it's choking when...
View ArticleExecute package tasks failing but not the called packages
Hi All,I have a package (call child packages). Its a sequence container which used execute package tasks and i have 10 of them , when i execute the package all the individual packages are success , but...
View ArticleHow to split single column into multiple columns using SSIS
Hi Team,If it possible to split single column to multiple columns using SSIS package please help one same.For example:Input data:historyId remarks197 OldBalanceAmount: 916.4413 ||...
View ArticleUpgrading to Teradata 16.2 on WinServer 2012R2/SS-2016SP1 and Attunity for...
Hello, I’m on a Windows Server 2012 R2 Standard Edition, and SQL Server 2016 SP1. I also have installed Teradata Driver 15.10, Teradata Transport Utilities 15.10, and Attunity V3.I need to upgrade the...
View ArticleProblem adding config file to agent job step to execute SSIS package
Greetings, have an issue adding a config file through ssms on SQL 2014. I am moving numerous 2008 R2 file based packages to a new server. I have copied about 100 packages over, scripting off the jobs...
View Article