What is best way to Migrate Oracle tables to SQL Server 2005/2008 through SSIS
Hi All,I have the Requirement to Migrate DB (Table Structure & Data) from Oracle to SQL Server 2005/2008 through SSIS. What could be the best way to do this.Note I don't want any data modification....
View ArticleDTS_E_INDUCEDTRANSFORMFAILUREONERROR with Date conversion
Hi,My input file holds a date value which is in string[DT_STR] data Type.I need that date value to be displayed in the format 'MM/dd/yyyy' format.So i am using the SSIS expression in derived column...
View Articlehow i can set as a PK_ID as Buisnesskey and use Changing Attribute Slowly...
hi I have two different servers, but both have same set of DB and Table Schema.Daily basis Source server Table have updated and new records. i need move only except cases from src to dest table.here,...
View Articlehow i can set as a PK_ID as Buisnesskey and use Changing Attribute in Slowly...
hi I have two different servers, but both have same set of DB and Table Schema.Daily basis Source server Table have updated and new records. i need move only except cases from src to dest table.here,...
View ArticleSSIS User Variable is not getting updated via SQL Task
Hi,My package contains a User variable "User::IncrementalDate" String type.I am using below query in SQL Task to update this variable:Select ? = incremental_date from dbo.Audit where tablename =...
View ArticleConnect to sftp through WinSCP
Hi All,I have a requirement to connect through remote system using sftp with .ppk file using .net code.Can anyone has idea on how to connect and get the specific files from remote system.Thanks in...
View ArticleOLE DB VS ADO.NET
I think this is a question you could find on every .NET related forum.But I'm going to throw it: Which connection type should I use? ADO .NET or OLE DBI know in the past ADO was just a layer on top of...
View ArticleHow to avoid the default ROOT node in XML?
Hi,We got a SSIS package in which, XML data is generated using SQL query. the query ends like this,For XML Path('StockList')But when the exported XML is opened in IE, by default we get the node...
View ArticleBorders around tasks dissappear sometimes
Sometimes the borders around tasks in SSIS dissappear and the only way to get them back is to restart BIDS. Is this a bug? It doesn't happen that often but it's a little annoying when it does because...
View ArticleVisual Studio 2012 and SSIS 2012
I recently downloaded and installed Visual Studio 2012. I tried to open an SSIS package from SQL Server 2012. It said that it was not supported in this version and open it in an older version.Am I...
View Articlecannot generate SSPI context
sorry for duplicate post, but another forum nobody answer me, probably people here have more ideas. we have data stored in server 'prod', and all jobs created in server 'SSIS'. ususally, our jobs are...
View ArticleSSIS Login timeout expired Error
I have may SSI packages running on multiple sources and recently we have been experiencing thisLogin timeout expired problem. This is not consistent it happens very randomly. The error message is ....
View ArticleSSIS 2008 Package Causes Status Code 4
Hi,I've created an SSIS 2008 package that contains several data flow tasks. Each tasks takes data from a SQL Server 2008 database, runs a select statement to gather the data and inserts the data into...
View ArticleSSIS is failing in running from a SQL Agent job, but it runs fine when...
Hi,I have a SSIS that connects Oracle 11G as a source and dump data into SQL Server 2008 R2 (64 BIT).I am using Oracle Provider for OleDEb to connect Oracle server from SSIS.SSIS works fine from BIDS...
View ArticleEnvironment variable(%Variable%) in SSIS Connection manager
I have received a SSIS package and asked to review and test the package. OLEDB connection manager is used to connect to database in that package. When I opened the OLEDB connection manager I found...
View ArticleEnvironment variable for package configuration
Hi, gurus,Thanks for your kind attention.I am having a problem with environment variable for my SSIS package configuration. The thing is I can find the variable within the package configuration...
View ArticleWhich Environment Variable should I choose?
Hi FriendsI want to put my server name in the environment variable to make my package dynamic.All my packages will be run & scheduled by my DBA from his computer.So when choosing the Envirnoment...
View ArticleHow to get status of an SSIS package executing within a SQL Agent job
When I execute a package via stored procedure (sp_start_job ExecPackage) , because the SQL Agent executes asynchronously there is no way for me to know when the package has finished executing or if it...
View ArticleInserting records into multiple tables via a staging table - best approach
Hi allI have been tasked with uploading data from a CSV file into our database system. Trouble is that the data that is in the CSV needs to be stored in different tables. This CSV also contains...
View ArticleSSIS assigning recordset to object fails from a select statement
I have a problem testing a 2005 SSIS package on my local machine which works on the server.I have reduced the package to 1 select statement giving a value to a variable.When I run this as a single row...
View Article