Sure can. SQL Server itself only holds a package's definition. At runtime,
a package executes outside of SQL Server via the client-side programs
DTSRun.exe or DTSRunUI.exe. As such, DTS can connect to any database
server, be it different versions of SQL Server or even different vendor
servers such as Oracle. The data gets extracted from the source data store,
run through the Data Pump within DTS where transformations are applied, and
then passed/inserted into the target data store.
--
--Brian
(Please reply to the newsgroups only.)
"Auli" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
Can I have two servers (one 7.0 and one 2000) with
different sort orders and the same time having DTS running
which transforms informations between these two servers /
different databases ? |