Faulting module name: DTS.dll, version: 2009.100.1600.1, Exception code:...
I have created one application and running SSIS Package dynamically with expression.I am using SQLserver 2008 R2 But while running the code Application got crashed.I saw event viewer and found below...
View ArticleImporting Excel files
– Create a basic SSIS Package to enter the files provided in “ETL_Diagram Section Files” to a new Database. The SQL Script will be executed within SSIS in a SQL Task (The script may be too big to use...
View ArticleMoving SSIS from 2005 to 2012 that are stored in VSS
Hi All,We have a solution with mutiple project. Each project may have 1 SSIS paickage or more than 1 SSIS package. We checked in the solution and projects (has dtsx) into VSS. When ever we want to make...
View ArticleExcel-Source outputs different date formats - leading to wrong DB values
Hello community,I have Excel worksheets coming from different countries and Excel versions. My problem is a date column in the sheet.Actually this date column causes two problems: I know that Excel...
View ArticleHow to distinguish between enabled and disabled tasks in SSDT-BI 2012
Hi,I've got SSDT-BI 2012 together with VS2012 installed. Simple questions: What is the difference between enabled and disabled tasks in control flow from the design/color point of view? I do see that...
View ArticleUnable to understand code in script task
Hi ExpertsI'm reading book for SSIS book and unable to understand the following piece of code by using script task.Partial Class ScriptMain...Public Sub...
View ArticleRun SSIS packages from Command shell
Hi,i want to create a macro which runs the packages in command line.Please help
View ArticleAuto Scheduled run of the Sql server management studio or a auto refreshing...
Hi ALL ,This is a very different weird requirement but workaround for one of my requirement . Scenario is that sql server enterprise edition is installed on a vm . I create a session with the vm...
View ArticleSSIS Pattern for CDC for Oracle
I am in the process of implementing the CDC for Oracle product from Attunity, and I have a good understanding of how the CDC process works from Oracle to SQL Server. The next step is to load the...
View ArticleScript Task examples
Hi ExpertsI'm reading SSIS book to learn SSIS. My background is also programming but never work with VB and C. In SSIS book there is a topic of Script Task and in this topic the author uses Script Task...
View Articlessis execute process task error: process exit code was 1 while the expected...
Hi Sir, in my SSIS Package(2012) i am using Execute Process Task which will call bat file. bat file is located on UNC Path.i am having the below script in the batch file. del...
View ArticleSSIS Script Task - Select Into Table Code
I'm trying to come up with a C# code on Script Task. My C# is not that great. What I'm trying to achieve looks like this in TSQL:SELECT*INTO Server2.DatabaseNameXX.Sample.@MyTableFROM...
View ArticleRetrieving Integer with XML Task
G'day All, I have an XML file in which I am trying to pull one element, an Integer, into a variable via the XML Task. As I wish to use this variable within a subsequent loop, I need to extract as an...
View ArticleCasting problem with UNION in OLE DB Source
I have SQL Server 2012 SSIS. There are 2 databases. Import and Analyses. I have Data Flow Task. Inside it I have OLE DB Source and OLE DB Destination. Data type is orginally nvarchar(100). Destination...
View ArticleGetting Error when we are using same variable value in parallel flows
Hi All In one of the case we will get a Zipped folder in which we have 4 different types of files . we will have date in folder name . we want to insert that date in all the 4 types file data . so we...
View ArticleScript component - Redirect row in asynchronous transformation
Hi,I have 35 input columns, and same 35 output columns in asynchronous output buffer. Business logic behind is creating some extra rows, thats why i have asynchronous transformation. POint is, that it...
View ArticleExecute store procedure( in Id, in out RefCursor), and data fetched in ref...
I am trying to make a ssis package that get the data calling the store proc with two param one is ID and other is Sys_refcursor. Say Store Proc as ListName(Id int, myCur sys_refcursor), which gets the...
View Articlestep job failed and agent shows sucess
hi everyone,I'm running a package using an agent job step Transact SQL script (T-SQL)the step runs a package using command line dtexec only in case there are any rows in a certain tablethe problem is...
View ArticleThe option to Set Breakpoints does not show up when I right-click any step
Hi All,I am working with a SSIS package and trying to set breakpoints to view the contents of package scoped variables. I am running SQL Server 2008 R2 on Windows Server 2008 R2 and developing in...
View ArticleFailed to load task (Execute Processes Task)
Environment: These are all fresh installs. SSIS server 2012 SP1 & SQL Server 2012 SP1 (SSIS is not installed on the SQL Server) both servers are in the same domain. The SSIS Service, MSSQL Service...
View Article