SSIS Oracle 11G - Very Slow OLE DB Target
Hi All SSIS 2008 Oracle Provider for OLE DBThere is not complex SSIS package which loads MDB into 3 oracle tables. (MDB source -> Lookups() -> OLE DB Oracle Target) Reall not much info - 120 000...
View ArticleDate Format using SSIS
Hi I am facing an issue using dates in SSIS. I have a date field coming from flat source which I am loading into table whose data type is date. I have the data type in Flat File to be varchar.The...
View ArticleConverting dates in SQL Server
I need to convert a date from the format cyymmdd to mmddyyyy. I have tried both convert and cast with no success. This date is coming out of the AS400 system.Any help would be appreciated.
View ArticleSQL 2008 Package conversion error
Hi I have a package loading data from a flat file to a table. At about 90,000 rows one of the columns fails the pakage with the error: [Destination - SCORECARDAPP [618]] Error: There was an error with...
View ArticleShow Date output to text file without the time info
Hi All,I am trying to export a portion of SQL Server table to a text file using OLE DB Source and Flat File Destination, but the Birthdate column (data type = date) is showing the time info like...
View ArticleWhat has happen to ".NET Framework Data Provider for mySAP" on SQL versions...
I see multiple references on documentation for ".NET Framework Data Provider for mySAP" on SQL versiond above 2005"? with in the SQL2005 context. All references for this data provided seem to be gone...
View ArticleImporting flat file csv with variable column widths
Hi, I need to find a way to load csv files with variable column widths as right now, I'm tearing my hair out (and I don't have much left!)Here's what happens: I run the SQL Server Import and Export...
View Articlepass query result set to ssis to pull db2 data with only read access
i am using odbc driver ado.net reader to extract from db2, i only have read access, i need to pass in a result set as a paramter to db2 , how can this be done pls help nik
View ArticleDefault values and available values properties for parameters in SSRS
When and why we use Available values property and Default values property in parameters???What is the difference between them???Please help meThanks in advance
View Articlepackage variable to DataFlow query paramter
Hi All,I have written Procedure examplecreate proc (@var varchar(20))begin...........endThis procedure i want run from data flow task in ssis,in the SQL command option i wrote as followsexecute proc...
View Articledifference between script task and script component transformation
What is the main difference between script task and script componentWhy Script component transformation is designed by microsoft...???As i can write code in script task everything like...
View ArticleIndependent SSIS Package Execution
Hi Everyone,I am looking for a way to execute multiple instances of child package independently of the parent, once I pass the variables. 1. The parent package keeps running in an infinite loop and...
View ArticleSSIS Package Failing Inconsistently with "Phantom" Error
We have multiple subject areas we load through multiple independent SSIS packages. Each SSIS package is comprised of a Master Package and then subsequent Child packages.The Master Package calls a...
View Article(DT_STR,10,1252) conversion not working
Hi All, I used (DT_STR,10,1252)BirthDate on Expression in a Derived Column task, but was getting the error (appended to the end of the is message). However, when I used...
View ArticleOLEDb.RetainSameConnection. Transactions...
Hello guys! I have some troubles with understanding how transactions behave when "RetainSameConnection" is set to TRUE for an OleDb Connection. Initial data: - SQL Server: - SQL Server 2008R2...
View ArticleSQL Import and Export Wizard - Is there an update mode?
It seems that SQL Import Export Wizard only has a 'create' mode. Once the project has been created and saved, it cannot be changed unless you manually edit the Project XML with Notepad or similar...
View ArticleDiffernce between OELDB and ADO.NET?
Hi One of interview question asked by interviewer that can we use OELDB and ADO.Net both for SQLSERVER connection in SSIS.If yes then What is Differnce between OELDB and ADO.NET?Kindly share your...
View ArticleIntegration and browser services get stopped by its own.
Hi friends,We have install sql server 2008 R2 silent installation.In our developement environment server SQL SERVER INTEGRATION and BROWSER Services get stopped by its own , we dono the reason why its...
View ArticleDifference between control flow and data flow
What is the main difference between control flow and dataflow??Thanks in advance
View ArticleHow can I rename a folder that contains the SSIS solution and package?
Hi All,(1) Rename a SSIS folder. (2) Remove configuration file from package.I want to be able to reuse a SSIS solution/package, so I copied it to a folders and rename it to something else. Afterward,...
View Article