Avatar of isaacr25
isaacr25

asked on 

Running a DTS package remotely

I have a .bat file on Server1. I need to execute the file from a remote server, let's say Server2. How would I modify this code, which currently works perfectly from the local server? I'm using MS SQL Server 2000 on Windows 2003 servers. Thanks.
@echo off
REM
dtsrun /server1 /Uuserhere /Ppasswordhere /NDTSpackagehere

Open in new window

Microsoft SQL ServerSQL

Avatar of undefined
Last Comment
Dimitris

8/22/2022 - Mon