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 2000 Forums
 SQL Server Administration (2000)
 exporting data from one db into another...

Author  Topic 

simflex
Constraint Violating Yak Guru

327 Posts

Posted - 2006-03-22 : 18:41:44
We have a server that houses a sql server db. Let's call this server server1.

Then we have another server, let's call it server2. This server houses dbf file.

We need to schedule weekly data export from sql server db on server1 to dbf file on server2.

I am completely stomped on this. Does anyone have any idea???

thanks much in advance

Srinika
Master Smack Fu Yak Hacker

1378 Posts

Posted - 2006-03-22 : 18:46:05
U can do it by a DTS Package.
Create a DTS and Schedule it.

Go to Top of Page

simflex
Constraint Violating Yak Guru

327 Posts

Posted - 2006-03-22 : 22:06:14
Srinika,

Thanks for you response.

I know how to use dts package but we are talking about 2 different servers.

And one db is sql server; the other is dbf file.
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2006-03-22 : 22:07:39
search for linked servers

HTH

--------------------
keeping it simple...
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-03-23 : 01:52:53
Also look for OpenRowset, OpenDataSource

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

Srinika
Master Smack Fu Yak Hacker

1378 Posts

Posted - 2006-03-23 : 08:15:04
quote:
Originally posted by simflex

Srinika,

I know how to use dts package but we are talking about 2 different servers.




What do u mean by the above?

if u know well, u can go ahead and do it
unless
Is there any restriction of using DTS when Source & Destination r in 2 diff servers ?
[ U may need to Link the 2 servers - sp_addlinkedserver ]
or
Is there any restriction of using DTS when Source or Destination being a dbf file ?

in which case

u may tell what it is
Go to Top of Page
   

- Advertisement -