dbTalk Databases Forums  

How to create DTS between SQL 2000 and INFORMIX????PLS HELP....

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to create DTS between SQL 2000 and INFORMIX????PLS HELP.... in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dummy
 
Posts: n/a

Default How to create DTS between SQL 2000 and INFORMIX????PLS HELP.... - 02-18-2004 , 07:26 PM






Hi,

Right now I have a SQL Server 2000 database, and an Informix database. May I know how to import data from Informix to SQL 2000 and export data from SQL to Informix? Besides, how to update certain data in the Informix/ SQL server 2000 after generating the Import/Export process?
Please help as I am new to this and I need a step-by-step solution for this. Thank you very much

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: How to create DTS between SQL 2000 and INFORMIX????PLS HELP.... - 02-19-2004 , 02:16 AM






I pull information from Informix every week (10GB+). I use the the Informix
SDK drivers from Informix.

Create a DSN to point to Informix | Test

Once you have this then you can use this as a datasource in DTS

You can retrive data from/Send data to Informix.

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"dummy" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

Right now I have a SQL Server 2000 database, and an Informix database.
May I know how to import data from Informix to SQL 2000 and export data from
SQL to Informix? Besides, how to update certain data in the Informix/ SQL
server 2000 after generating the Import/Export process?
Quote:
Please help as I am new to this and I need a step-by-step solution for
this. Thank you very much




Reply With Quote
  #3  
Old   
Dummy
 
Posts: n/a

Default Re: How to create DTS between SQL 2000 and INFORMIX????PLS HELP.... - 02-19-2004 , 09:16 PM



HI Allan

May I know the scripts or ways to pull data from the Informix (by row) to SQL and update some of the data in the Informix? Please help as I am new to this.

Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: How to create DTS between SQL 2000 and INFORMIX????PLS HELP.... - 02-20-2004 , 12:36 AM



Why would you want to pull the data from Informix to SQL Server and then
update informix?

What I personally do Is I do it two ways

1. Linked Server of the Informix Database
2. I pump the rows to Informix and then issue the statements against
Informix using an ExecuteSQL task.



--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Dummy" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
HI Allan,

May I know the scripts or ways to pull data from the Informix (by row)
to SQL and update some of the data in the Informix? Please help as I am new
to this.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.