dbTalk Databases Forums  

Saving and executing DTS packages

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


Discuss Saving and executing DTS packages in the microsoft.public.sqlserver.dts forum.



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

Default Saving and executing DTS packages - 02-06-2004 , 03:20 AM






Hi all,

following situation:
There are 2 sql servers (2000) in a LAN and there is my notebook with a
local sql server connected via a vpn tunnel to this LAN.

On my notebook i have registred all servers in enterprise manager.
Now i have created a DTS Package to transfer a Database from one server to
the other and i have save the package on the target server.

There are a lot of troubles:
1) the script which will be used is saved on my notebook and not on the
server on which is the package saved.
2) the package will be executed on my notebook and not on the server on
which it is saved
3) and so all of the data will be copied from the source server over the vpn
tunnel to my notebook and from there back to the target server (well, there
are only 1500MB to copy)
4) you are not able to execute the package on the server on which it is
saved because the script is on my notebook


Thanks for any help


Peter



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

Default Re: Saving and executing DTS packages - 02-06-2004 , 04:06 AM






Did you ask a question there?

Move the script to the server and the package to fire implement as a job
step on the server. Exec sp_start_job to fire the job.

--

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


"Peter Ramsebner" <p.r (AT) pr (DOT) com> wrote

Quote:
Hi all,

following situation:
There are 2 sql servers (2000) in a LAN and there is my notebook with a
local sql server connected via a vpn tunnel to this LAN.

On my notebook i have registred all servers in enterprise manager.
Now i have created a DTS Package to transfer a Database from one server to
the other and i have save the package on the target server.

There are a lot of troubles:
1) the script which will be used is saved on my notebook and not on the
server on which is the package saved.
2) the package will be executed on my notebook and not on the server on
which it is saved
3) and so all of the data will be copied from the source server over the
vpn
tunnel to my notebook and from there back to the target server (well,
there
are only 1500MB to copy)
4) you are not able to execute the package on the server on which it is
saved because the script is on my notebook


Thanks for any help


Peter





Reply With Quote
  #3  
Old   
Peter Ramsebner
 
Posts: n/a

Default Re: Saving and executing DTS packages - 02-06-2004 , 11:18 AM



But you have to save the script on the server in exactly the same directory.
But this directory does not exist.
I can't find any property in the package to change the script directory.

Any idea?

Thanks Peter



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> escribió en el mensaje
news:u3CdGgJ7DHA.3360 (AT) tk2msftngp13 (DOT) phx.gbl...
Quote:
Did you ask a question there?

Move the script to the server and the package to fire implement as a job
step on the server. Exec sp_start_job to fire the job.

--

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


"Peter Ramsebner" <p.r (AT) pr (DOT) com> wrote in message
news:eVx1DKJ7DHA.3420 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi all,

following situation:
There are 2 sql servers (2000) in a LAN and there is my notebook with a
local sql server connected via a vpn tunnel to this LAN.

On my notebook i have registred all servers in enterprise manager.
Now i have created a DTS Package to transfer a Database from one server
to
the other and i have save the package on the target server.

There are a lot of troubles:
1) the script which will be used is saved on my notebook and not on the
server on which is the package saved.
2) the package will be executed on my notebook and not on the server on
which it is saved
3) and so all of the data will be copied from the source server over the
vpn
tunnel to my notebook and from there back to the target server (well,
there
are only 1500MB to copy)
4) you are not able to execute the package on the server on which it is
saved because the script is on my notebook


Thanks for any help


Peter







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.