Parallel Foreach
Does this exist at all? I have some tasks going on that would benefit greatly from this type of approach.
View ArticleStrange Requirement
Hi All, I have a very strange requirement for which i need you advice.First of all let me explain the current scenario. 1> I have an SSIS package which is actually schedule by a job and runs daily...
View ArticleConnection Error in SSIS
Hello, I am trying to import an Access database into a SQL Server 2005 database. I first created the package in the improt export wizard then openend it in SSIS. I changed the Source and Destination...
View ArticleCan't override CreateNewOutputRows() method
Hi -- I'm using SSIS 2005 to create a data flow with a script component configured as a synchronous Transformation. I selected my input columns and then I created an output buffer with 3 columns. Now...
View ArticlePassing Variable in SSIS Text file Log
Hi In the SSIS Log for Text file , On Error, i want to add variable "ATTN_SUPPORT_TEAM" anywhere in the LogFile. Eg: ATTN_SUPPORT_TEAM OnError,,,Extract,,,9/11/2012 7:16:42 PM,9/11/2012 7:16:42...
View ArticleMigrating Packages
Hello I am trying to migrate some SSIS packages from a 2008 instance to a 2008 R2 instance. I have exported the dtsx file from the 2008 instance. When I attempt to import the package into the R2...
View ArticleGet First and Last day of month and Insert into Access table
I am currently moving over an SSIS package that was triggered by a VBScript, the package was orignially on a 32 biit machine and is now on a 64 so the VBScript does not work. The main function of the...
View ArticleSort the filed that has multiple dots in it.
Hi Gurus, how can I sort by a field that has multiple dots in it:(Right now they are not in order.) I want the order to look like below 1 1.1 1.1.1 1.2 1.2.1 1.2.2 1.2.2.1 Please help me with this.
View ArticleThe Component "XML Source" Was unable to process the XML data. ambiguous...
Hi All, I am trying to load the XMl file using SSIS. I have My Sample XML and corresponding XSD. In my SSIS package XML Soruce, provided the Input XML File path and XSD path and when i am tryng to see...
View ArticleSSIS Flat File Destination Not getting Truncation Errors
Forgive me if this has been answered but I have been searching quite a bit and have not found an answer. I am trying to EXPORT data to a flat file that we will then send over to another system. As...
View ArticleRestore Original data values after update
Dear Sir/Madam, Am using SQL Server 2005,in that i done one wrong thing before that i will explain all the thing what i did wrong. my database name is -> Test my table name...
View Articletrim zipcode
Hello! I am having trouble for some reason with this. Please help... I have a column in a table called zipcodes where the data is like '50849-0000' and is nvarchar I need to modify all the zipcode data...
View ArticleHow to refine my data using substring-findstring
Hi Gurus, I have a col that has data like this. test-name[00H] test2-something[00H] I only want to get test-name test2-something Right now, I have SUBSTRING(col1,FINDSTRING(col1,"[",1) +...
View ArticleLack of SSISDB Indexes causing execution failures and speed issues
Hello, Over the last few weeks I have noticed a large slow down in reports running against SSISDB as well as slow downs in the cleanup job that removes data older than a certain time frame from the...
View ArticlePackage reported as failing
I have a package with two Execute SQL Tasks - both exactly the same. The second is set to execute with a precedence constraint of failure. The reason we have two is in case the first fails (timeout,...
View ArticleOLE DB source to Excel destination issue
We are setting a simple SSIS package to export table dd with 2 columns (int, nvarchar(256)) and 125M rows to Excel and when we try to create Excel destination editor and click new on "name of the excel...
View ArticleSSIS Excel connection manager fails only when run from SQL job
I have an SSIS package that is connecting to an Excel file via OLE DB connection that only fails (error message below) when put into a SQL job. If run via command line using DTEXEC it works. To make it...
View ArticlePackage which handles partition processing
Hi All, I need to create package which handles partition processing. The package will process previous 5 Partitions from the current partition in cube. General process is before we proceed to process...
View ArticleError code: 0x80004005. An OLE DB record is available. Source: "Netezza...
Hello My scheduled package which used to run fine has started to fail... Seems like each time its a different error code. We are using this package to move data from SQL Server to Netezza database....
View ArticleSSIS Custom Task. Package Variables not refreshing in IDE
Have a custom task component which during the create process adds a variable to the SSIS Package. The Following code is an example.Dim P As Package = CType(_taskHost.Parent, Package) If Not...
View Article