all groups > sql server dts > august 2006 >
You're in the

sql server dts

group:

Running SQL Server 2005 DTS remotely


Running SQL Server 2005 DTS remotely Craig HB
8/4/2006 4:21:01 AM
sql server dts:
At the moment we have SQL Server 2000 and use DTS to collect data from remote
PCs. These remote PCs connect to our server, load the DTS package locally and
then run the package locally. This is possible because that all have MSDE
installed (which includes DTS.dll).

We are planning on upgrading to SQL Server 2005. As this setup is not
possible with SSIS (we would need a licensed copy of SQL Server 2005 on all
the remote PCs), we will continue to use DTS. I will install the MS SQL
Server 2000 DTS Designer Components (SQL Server 2005 Feature Pack) to do
this.

My question is this: After I replace SQL Server 2000 with SQL Server 2005,
will I still be able to run my DTS packages on remote PCs that only have MSDE
installed.

Thanks,
Craig
Re: Running SQL Server 2005 DTS remotely Allan Mitchell
8/7/2006 7:00:09 PM
If you store your packages as .dtsx files then there will be issues I can
think of.

--


Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com



[quoted text, click to view]

Re: Running SQL Server 2005 DTS remotely Craig HB
8/8/2006 2:16:13 AM
I won't be storing them as files.

They will be stored on the server (that is being upgraded to 2005). The
remote PCs will run the packages by connecting to the server, loading the
loading the packages in memory (using vb.net code) and then running them
locally.

Will there be issues with that method ?

I might have misinterpreted your answer. Can you give me a bit more details,
Re: Running SQL Server 2005 DTS remotely Allan Mitchell
8/8/2006 7:11:47 PM
You should still be able to retrieve them. There will be on the "2005"
server in msdb a table called sysdtspackages90 and sysdtspackages. The
sysdtspackages should be your 2000 packages.

--


Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com



[quoted text, click to view]

Re: Running SQL Server 2005 DTS remotely Craig HB
8/9/2006 12:59:02 AM
So if I can retrieve them from those tables, does that mean I can run them
AddThis Social Bookmark Button