Multi-Hop Authentication Failure
I've got an SSIS package that opens a connection to an administrative database hosted on server A. The package is deployed to an SSIS catalog hosted on Server B. I've also got a stored procedure that...
View Article40 Million in SSIS SOURCE
Hi , I need to select 40 million records in my source , but i get an exception when i execute the package due to memory limit. Is there a way i can select the records in batches and then insert in...
View ArticleCompare values in SSIS tables
hi, I have mn name workweek in a table i want to compare the value of current workweek with the max of workweek and if they are equal i need to delete the data from the same table in SSIS...,Hii,...
View ArticleSSIS package and SQLDateTime Overflow
Hi I am exporting table from mysql database into a sql database. I created an SSIS dataflow task. My issue is when I execute the package I get the SQLDateTime Overflow error message. The message is...
View ArticleError with Excel file in SSIS Execution for SQL Job
I cannot get an excel file on a mapped network drive to be used as a connection manager for a SSIS job I have on our SQL Server. I have debugged the SSIS Package fully in VS and everything works as...
View ArticleSQL Job stating that a connection was not valid on an XSL file
I'm receiving an error on a package I created which uses XSL file. I noticed I receive the following error: Description: The file name "C:\Users\\Documents\Visual Studio 2008\Projects\Packages\Product...
View ArticleEvent Handler
Why to use even handlers when you can do redirect in control flow by using precedence constraints?
View ArticleHow is user variable added to Oracle sql expression used in SSIS variable
HI, I am connecting to an Oracle DB using SSIS. I have set the access mode to SQL from Variable. I created the variable "SQLSource". When all values are hardcoded there is no problem getting a result...
View ArticleSSIS-distribute data to 3 tables
I have one csv that needs to be distributed to 3 tables using SSIS. I am using the Multicast Transformation task to send data to the respected tables. My issue is that the 3 tables that have 2 identity...
View ArticleSQL from variable access mode
I have a query: WITH MYITEM (BasisKey, ItemKey) AS ( SELECT item.SUBJECT_ID as BasisKey ,item.SUBJECT_ID as ItemKey FROM TS_ITEM item left outer join event eva on item.record_creation = eva.EVENTID...
View Articlecreate directory structure dynamically
I have a table which has 2 coloumns Class and RollNo. Class(varchar) RollNo(int) Class1 101 Class2 104 Class1 116 class5 304 I want to create the below directory structure in my shared location like...
View ArticleNon-SysAdmins have been denied permission to run DTS Execution job steps...
Hi everyone! I did a move from a physical SQL Server to VM and everything overall went REALLY well. I did check the jobs and I am receiving the below error: Non-SysAdmins have been denied permission to...
View ArticleRead in values from Lookup Table and pass to ssis package.
I have a table with the following columns: Source#, Channel, Segmentation, Cell Code and Quantity. I want to read the values of this lookup table and pass values to an update statement. I want to use...
View Articleset SSIS Variable from excel
Hi, I have an excel sheet in which cell b2 has a value i need to assign to a variable in my ssis package. I tried doing it through the script task using code using System; using System.Data; using...
View ArticleWhy does SSIS convert my data after I import from a flat file?
I've got a fixed-width flat file I'm importing, and I've defined all the fields in the connection manager as DT_WSTR. On the connection in the data flow to the very next transform (which is a script...
View ArticleHow to add custom xml tags like in web.config in dtsconfig of SSIS 2005?,How...
Hi All, I'm trying to use third party encryption dll at SSIS package which requires some configuration like key and hash and other stuff. [Included this in GAC] Is there any place where I can place the...
View ArticleSSIS Package for incremental data insert
I want to insert data in a table from an Access (mdb) file. Only the data where date is greater than the maximum date present in the Destination table should be inserted. please suggest the best way to...
View ArticleC# Code to execute a parameterized stored procedure
SqlConnection MyConnection=(SqlConnection)Dts.Connections["ADO Source"].AcquireConnection(null); SqlCommand Storproc = new SqlCommand(); Storproc.Connection = MyConnection; Storproc.CommandType =...
View ArticleSSIS package running through sql server procedure ERRoR how to slove the Problem
Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. NULL Started: 11:01:33 AM Error: 2012-11-05 11:01:33.13...
View ArticleWhy presedence constraints not working
Hi, i have ssis package contains parallel tasks which contains presedence constraints,based on presedence constraints the one flow will execute ,but here executing both flows ,it is in schedule,but if...
View Article