extracting a part of string
Hi All,I am trying to create SSIS package.the source data is CN=Steve Pitts/OU=PS/O=FPLCN=Clarence P Young/OU=PS/O=FPLCN=Vinh D Nguyen/OU=PGD/O=FPLand in destination i want the data like this.Steve...
View ArticleHow do I improve package loading performance in BIDS when I open a package...
[This is just for sharing information for those common asked questions collected from forums. If you have any better way or feedback, please directly reply in this thread so that community users can...
View ArticleSSIS package dtsconfig file in an SQL Server 2012 with AlwaysOn failover...
I have a dtsconfigfile that contains a "standard" connection string within: <ConfiguredValue>Data Source=MySerever;Initial...
View ArticleSSIS Data source query from a table
Hi all, I have table (DBO.sourcequery) as shown below ID NAME SQL 1 ABC SELECT * FROM DBO.TEST 2 XYZ SELECT * FROM DBO.TEST1 3 YYY...
View ArticleCache Transformation fails with Buffer Memory error during load on SQL 2014...
My issue is loading 140 million records into a Cache Transformation fails constantly since upgrading to SSDT 2013 from 2010.The error is reproducible 100% of the time while running the package in debug...
View ArticleData flow task datetime issue
One of my friend's showed me an issue. It is a very simple dataflow task with Oledb source and destinations (SQL server tables). One of the columns in the source has a datetime field. When he runs the...
View Articleload TableC from TableB based on value of TableA in SSDT/SSIS
I have 3 tables- CREATE TABLE TableA (GROUP_ID INT ,STATUS VARCHAR(10)) CREATE TABLE TableB (GROUP_ID INT ,NAME VARCHAR(10)...
View ArticleSSIS, COM and unit-tests
Hi all.I work on SSIS package and I want it to be run from my programs and from my tests also.What I have done.I made Class Library project with the only method as:using...
View ArticleCode Page
Hello,I am getting following errorError: 0xC02020F4 at Data Flow Task, OLE DB Source [1]: The column "dbname" cannot be processed because more than one code page (936 and 1252) are specified for...
View ArticleCannot Configure Package Variables
In a VS 2013 Shell SSIS Project (SQL Server 2014), I am attempting to set up package configurations to a table in SQL Server. When I get to the 'Properties to Export' section of the Package...
View ArticleSSIS 2012 Development Standards
So I've been asked to put together and document detailing Standards and Best Practices for SSIS 2012. Can someone repoint me to a document that details this? Much appreciated!
View Articlehow to get mm-dd-yyyy format in ssis
My destination is Oracle and i want the date to be in the below format while migrating data.mm-dd-yyyy SFH
View ArticleMultiple runs of same stored procedure
I am an SSIS newbie so please excuse how little I know.We have a manual job that I would like to automate in SSIS.We run the same stored procedure six times with different parameters. Each run creates...
View ArticleExtract data using SSIS 2008 R2 from yelp business api
Hi, I am working on a task to extract data from yelp using yelp business api and load it to a SQL Server 2008 R2 database using SSIS 2008 R2. Could you please give some pointers to accomplish...
View ArticleRead data from Oracle , not all data brought over
I have a strange problem when read data from Oracle and save to SQL Server.For example , there are 20k rows of data in Oracle , I created SSIS data flow, and data saved in SQL Server , Everything looks...
View ArticleGet repeated data from XML File
Hello,I have created one SSIS package to fetch the data from XML file.[I have used XML Source in Data flow task]While doing the same i have used the "Generate XSD" option to generate XSD file...
View ArticleExpressions in derived columns
I am trying get data through all flat files into a single table.All flat files are located in single directory and i have selected a data flow task inside a File Enumerator to pick data from each file...
View ArticleSQL Server SSIS SQL Agent Job Receiving "Option -Daily" is not valid. error...
I have seen this error posted on msdn before but this seems to be a bit different. Same story. When I exec a SSIS package in BIDS it succeeds. When I run it as an agent job it fails with the error...
View ArticleHandling errors raised by Script task
Hi,I have a Script Task which I reduced to its minimal form:Dts.TaskResult = (int)ScriptResults.Failure;Next I link a Task_X with a failure precedence constraint.On execution, is the SSIS suppose to...
View ArticleCannot acquire connection from connection manager - Oracle database
I created a SSIS package that connects to an Oracle table in SQL Server 2008R2 and it was working. Now I have upgraded to SQL Server 2012 and the Oracle connection is giving me problem (The SQL Server...
View Article