Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Migrating a table from sql to oracle

Author  Topic 

divyaram
Posting Yak Master

180 Posts

Posted - 2012-03-28 : 03:57:30
Hi all,

I have migrate a table from sql server 2008 to oracle. I have Db link to connect with oracle.The query which
I have is like a single insert into the table.But I want a insert the whole table to particular table in oracle how
I can do that

The query for single insert is

INSERT OPENQUERY (WEBDEV, 'SELECT * FROM RMD_MIGR_ES.T_TEST')
VALUES ('0110','This is a test','','10001','')

Regards,
Divya

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2012-03-28 : 04:03:22
please do not cross post.

Duplicate of http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=173032


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -