Re: Msg Box and DTSRun
From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 03/24/04
- Next message: Belinda: "How to read a row from input and pass it stored proc/SQL statement"
- Previous message: John Webb: "Re: import excel data error"
- In reply to: William Billington: "Re: Msg Box and DTSRun"
- Next in thread: William Billington: "Re: Msg Box and DTSRun"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 20:33:24 +0000
In message <eH4O8DTEEHA.3696@TK2MSFTNGP10.phx.gbl>, William Billington
<william_bill26@hotmail.com> writes
>Thanks for the reply, sorry I couldnt respond sooner. I am very new to
>this, so another question please.
>
>If within my package I have a global variable set to d:\import\stats\ -
>this being an actual drive on the Server which is SMCPROF1 (not mapped
>drive), would the package look in the right location ie on the server or
>would it be looking for that path on the local workstation.
>
Hopefully this has been covered by the other post.
>I thought using DTSRun would execute the package on the Server - if not, how
>do I set up my GV?
I just want to reiterate/clarify, DTS is a client side tool really. It
runs on the machine which you execute it from. To get it to run on the
server you must executed it on the server, such as through a SQL Server
Agent job. It also runs under the security context of the user who calls
the package, so from your desktop using Enterprise Manager or DTSRUN,
both of which are local to your machine, the package runs on your
machine, under your security account.
Cheers
-- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org
- Next message: Belinda: "How to read a row from input and pass it stored proc/SQL statement"
- Previous message: John Webb: "Re: import excel data error"
- In reply to: William Billington: "Re: Msg Box and DTSRun"
- Next in thread: William Billington: "Re: Msg Box and DTSRun"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|