Synchronization of two tables with SSIS
I have a scenario where i need to synchronize two tables in SSIS Table A is in DATABASE A and TABLE B is in DATABASE B. Both tables have same schema. I need to have a SSIS package that Synchronize...
View Articlewithout quotes
Hi,In my flat file source one column has quotes like..."s""r""i""n""i","1111","9999"I have to load the data like srini,1111,9999.How can i load? Thanks,Srinivasa Rao.Y
View ArticleWhy does BI "Transfer SQL Server Objects Task" error occur?
I'm using SSIS to copy all tables and the data from server1 to server2. Database names are same on both source and destination servers. dbo.MyTable definately exists in the source so I don't...
View ArticleDisable a task when one perticular grop is accessed in SSIS
Hi,In my ETL package i have one ESQL Task.If managers group can access the package,then it has to disable.if developre are accessing it has to enable.Thanks,Srinivasa Rao.Y
View ArticleImporting data without quotes
Hi,In my flat file source one column has quotes like..."srini","1111","9999"I have to load the data like srini,1111,9999.How can i load?Thanks,Srinivasa Rao.Y
View ArticleError in script task with VB script in SSIS.
Hi,I am getting below error in script task with VB script when I am running my SSIS package through SQL agent Job.Also I am using same script with my other package to get file_name and it working good...
View ArticleStoring String array in object variable and reading it
Hi Friends,I am storing information in an string array in a Object variable in a script task. Now, I would like to read the same data stored in this variable in another script task of same package....
View Articlewinword.exe process on the loose and do not terminate
Greetings,Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)SSIS 2005 Package Execute Task is calling a home-grown Windows application that pulls data from a database and writes it to the...
View ArticleSMO script to save all legacy dts packages in sql server 2008 to visual basic...
Is there any method exists in SMO to export all the DTS packages stored in sql server 2008 (legacy ) to visual basic files (bas). I can do it manually through open the package in dts designer -->...
View Articlereal time ETL with an event and scheduler
hi every onei am doing an academic project where i need to run an ETL task continuously(its for a real time data warehouse), the logic will be of some thing like this...if there are around 10 changes...
View ArticleSSIS package failing with (variously) "Login timeout expired" or "Time-out...
I'm interactively running a package, locally (on one device), to import records from flat-files to a SQL Server Express 2012 database.The package will usually fail, displaying error messages of :"Login...
View ArticleHow to execute the Package in SQL Server 2012
Hi,Could you please provide me the ways to execute package in SSIS 2012.I am working in SSIS 2008 R2 and not aware about SSIS 2012 functionality.Does following functionalities work on 2012 as well?...
View Articlehow to get I/O stats of whole package
Hi,could you please let me know how to measure reads/writes of whole ETL package? I know how to measure I/O for T-SQL queries, but what about reading/writing to flat file, xml etc...thanks a lot
View ArticleProperly printing currency values Pt. II
I'm having an issue that apparenlty the entire internet can't solve. I wanted to create a new thread so I can summarize the problem with all the current findings. This is a known issue but for some...
View ArticleMax # of components in Data Flow ?
Hi All -I need to copy data from a set of 20 tables in one db to 20 tables in another (on the same server). I am planning on putting them all in the same data flow so that they can run in parallel. I...
View Articleevenhandler in ssis
how to fire an event as soon as my package finishes successfully ?? because as soon as my package finishes successfully, i need to update a table.
View ArticleNo rows returned when importing a view from Oracle to SQl Server
When I try to import a specific view from Oracle 11 to SQL server 2008, there are no rows returned. However, this same view imports into Access 2010 and Access 2002 quickly and easily. There are...
View ArticleThe directory 'LocalApplicationData' does not exist. SQL Agent Job Error
Hello Experts,I hava a SQL Agent Job that is calling a SSIS package. The package has only one task, Transfer SQL Server Objects. This package is used to copy data from one database to another on two...
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 ArticleProblem processing Tabular partions using SSIS
Hi allWe are setting up a processing job in SSIS for a Tabular model. The Source system is Teradata and the only way we can get decent speed out is by using the Attunity Provider (TPT Export) as...
View Article