Why is my ODBC source connector 2x faster than Attunity to load data from...
Hi all,at a new customer, where we need to load large volumes of data from Oracle, I experimented with different source connectors.The results surprised me a little bit.ODBC Source was 2x faster then...
View ArticleWrite Node Value in XML file
Hi All SSRS 2008R2I compare 2 xml files obtained from SSRS reports by making URL.Before comparing I need to change in XMF files infor in one node :<Report xsi:schemaLocation="Rep1...
View ArticleError trying to import Flat File using Import Wizard
Hi,I am trying to import a .csv tab deliminated file, with 4 columns and the last column is a string up to 500 characters long with periods and commas.I am getting these errors - Any thoughts? : -...
View ArticleA try to speed up a package. Will it work out?
Hello guys, I have to denormalize a flat file. Each row of the file contains information about a customer: - Customer's Name; - Customer's Address; - Customer's Phone; - etc... My DataFlow consists of...
View ArticleUnable to Execute WebService Task From ASP.NET Application
Hi,I have created one SSIS Package which contains the Web Service Task. The Web Service Task is using the HTTP Connection Manager which is pointing to the address where the Web Service is hosted. When...
View ArticleEexcute SQL Task not passing its result set to the flow of the package.
Hi,I need some help in the Control Flow of SSIS package.Here is what i am doing,I have two variables A , B which stores the count of a records from table A and table B respectively.The results of two...
View ArticleManually Entered Expressions Fail
I'm having a bizarre problem in SSIS.My package contains a Derived Column task that I use to strip off trailing blanks from the imported data. I use RTRIM(Field) to do this.Now, I also use Excel to...
View ArticleSSIS Create Table if it does not exist works only first time - second time...
Okay I am newbie to SSIS and so I am trying to figure out what is going wrong over here.Here is the situation. I have to develop a SSIS package to copy some tables from one DB to another in its...
View ArticleRetrieving the COM class factory for component with CLSID...
I have created an executable in C# and Im using SSIS API (Microsoft.SQLServer.ManagedDTS) to execute a package that exports data to excel on Windows 2008 with SQL Server 2008 installed. I have...
View ArticleSSIS Package Fails with SQLAgent
I have tried a everthing on other posts and followed this with still now luck.http://support.microsoft.com/kb/918760 I have 2008 R2 on Windows 2008 R2 64. I'm have a SSIS package that deletes records...
View ArticleDownloaded Files Error?????????????
I have a package that will download Files from a remote linux server and then insert them into a Local folder. What do I do when the same file that has been downloaded on the linux server is left in...
View Articlemanifest filenot generated
Hi,i've a problem with a project for SSIS 2008 packages: i've set CreateDeploymentUtility to truebut at compile time no manifest file is generated in my deployment forlder: i don't understand where is...
View ArticleNeed to split one table into One row Parent, many row child and use parent...
Right now I am looking at loading it all into the parent table and then running the same query again and joining the parent table on the existing key and pulling out the new Identity key and inserting...
View ArticleDerived Column with Variable Length M/D/YYYY as source
My source is a CSV file that has variable length date field (ex: can be MM/DD/YYYY, M/D/YYYY, MM/D/YYY, M/DD/YYYY). I need to find a way to transform it into a Date Field. Any thoughts?
View ArticleOLE DB Destination component changes type of external column, sometime...
I have OLE DB Destination component that as input receives column of type DT_STR. When I point this component to table on my TEST server (where I want to dump data), I can see in External Columns...
View ArticleOLE DB Destination component changes type of external column, sometime...
I have OLE DB Destination component that as input receives column of type DT_STR. When I point this component to table on my TEST server (where I want to dump data), I can see in External Columns...
View ArticleRow level logging inside Data Flow Transform
hi there: The SSIS built-in logging function is not giving me the detailed info inside the DFT. Inside the DFT, there is the OLE DB Source , some transformation tasksand the OLE DB destination. What...
View ArticleNeed to set the database name in my SMO enumerator with a variable
I have a for each loop, that currently enumerates the table names for a database, and sets those table names into a variable. So, on the collection tab, the enumerator is set to 'Foreach SMO...
View ArticleBufferManager does not exist in the current context in script component
hi there, I got an odd error when coding inside the script component with the type of transformation. how to fix that? Thanks--Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual...
View Article