I could use some help crafting a nested case statement
Or in the alternative a better way to do this. I have a big hairy case statement looks like:CASE WHEN condtion1 AND condition2 AND condition3 AND...condition5 THEN 'value1' WHEN condition6 AND...
View ArticleSSIS - how to break out text file into 1 meg files
I have a package that I need to split the output text files to 1 meg in size. My package has a TsqL container that returns allot of records. I need the txt file output to create as many files as...
View ArticleImporting a MS SQL 2000 Database
Hi I am looking to transfer a Database that was made in SQL 2000. I am having difficulties importing this file in Sql Server 2014. The database works with my door intercom system. Which used Sql...
View ArticleForcing child to return "success" result to parent
Hi,I have a child package which has script task that may return an error. I want that even if the script task has an error and went to failure data flow, when the package finishes and returns back to...
View ArticleExtracting VarBinary(MAX) column to Flat File...
I’m extracting data from the table to flat file using SSIS,during this process I’m facing the data conversion issue in the varBinary(max) data column. To overcome this issue I have used Data Conversion...
View ArticleRun the container based on Table 1 count>0 and Table 2 count>0
I had two tables , T1, T2but records will available some time only in T1, T2My requirement is Run the container based on T1 count>0 and T2 count>0.So I developed as1.SQL Task, 2. My run the...
View ArticleSSIS Package Execution, Windows Authentication, Error: Failed to acquire...
Hello,I have developed one SSIS Package in SSDT 2012 to create Reporting Database from SQL Datasource and 1 SharePoint List.On Development Environment : (Windows Authentication)Here everything is...
View ArticleSSIS Catalog packages access
I have an ssis package deployed to a catalog on SQL 2012, part of the process is to create a file and save it to a networked folder, package breaks on creating te file as it has no access, i need to...
View ArticleEXECUTE SSIS Package from Execute Package Utility
Hi,I have simple SSIS package that load data from csv file into database table. I am using Flat FIle connection to point the csv file and OLE DB connection to point to database. When I execute the SSIS...
View ArticleLoad Multiple Tables (schemas) from same XML file
Hi,This is first time i am working XML files.I have one XML file with two tables (schema). I need to load those two tables into two different Target tables.This is the startegy to choose...
View ArticleSequence execution all containing similar dataflows to database results in 1...
I have 3 sequence Containers, all with TransactionOption = Supported. Each individual Sequence container contains a dataflow task that executes a script component to get data and write to output fields...
View ArticleCan't load ATOM OData feed with SSIS 2014 OData Source feature pack component
Hi, I've dowloaded (http://www.microsoft.com/en-us/download/details.aspx?id=42295) and installed correctly the SSIS 2014 OData Source feature pack component. Now, when I try to create a new source...
View ArticleSSIS BULK INSERT unsing UNC inside of ForEach Loop Container Failed could not...
Hi,I am trying to figure out how to fix my problemError: Could not be opened. Operating system error code 5(Access is denied.)Process Description:Target Database Server Reside on different Server in...
View ArticleSSIS script task using visual c# 2012 language when creating package in...
Is it right or my installation was all wrong.When I am trying to use a script task in an SSIS package using Visual Studio 2013, the available languages are visual c# and VB 2012.I was expecting to find...
View ArticlePackage Configuration via SQL Server For a Reporting Queue
The scenario is a reporting queue for a web application. Currently when a user queues a report it stores the parameters in a table by queue ID. When that report is set to run the database creates a...
View ArticleHow To Load Multiple Excel(.xlsx) Files with different file names and...
Hi All,I have some excel files which doesnt have a naming pattern which can start with any name and these files have just 1 sheet inside them with the name of the sheet always being the name of the...
View ArticleSSIS Change data on Import from Excel to SQL Server table
I'm changing all of excel data to numbers before importing to my sql table with SSIS. This is my original table.Need to achive this before import to my sql table.Is it possible to do it with SSIS?
View ArticleExecute Process Task - Error :The process exit code was "2" while the...
I am designing a utility which will keep two similar databases in sync. In other words, copying the new data from db1 to db2 and updating the old data from db1 to db2. For this I am making use of...
View ArticlePassing "Failure" Result to Parent Package
Hi,I had forced my child package's Expression task to "Failure" by setting the ForceExecutionResult to TRUE. But it does not go to Failure data flow. What I want is for it to go to Failure data flow,...
View Articlemigrating C# 2012 script task with analysis management objects reference from...
Hi,I have a C# 2012 task script working fine in while running in a windows server 2008 R2.When migrating it to windows server 2012 it looks like the AMO dll is not in place because the C# script fails...
View Article