Sticky destination database name

From: JRStern (jxstern_at_bogus.com)
Date: 02/09/05


Date: Tue, 08 Feb 2005 16:44:50 -0800

I build a fancy DTS package to migrate data from a source database S
to a destination database D. But, I can't touch D right now, so I
actually build the package to use destination X. Everything works.

Now, I try to use a dynamic connection to set the destination initial
catalog (aka database) to D. But, all my transform steps have the
full [X].[dbo].[tablename] path, the [X] is sticking instead of
sliding to the [D] where it belongs.

Is this a known behavior? Is it a feature? Is there a way around
this "feature"?

Thanx.

Josh



Relevant Pages

  • Re: Oracle Streams / Change Data Capture Question
    ... we have a corporate database - our main system - which is effectively ... datasets off to the destination system. ... The question I have is whether or not a feature like 'Oracle Streams' ...
    (comp.databases.oracle.server)
  • Re: Oracle Streams / Change Data Capture Question
    ... we have a corporate database - our main system - which is effectively ... datasets off to the destination system. ... The question I have is whether or not a feature like 'Oracle Streams' ...
    (comp.databases.oracle.server)
  • Oracle Streams / Change Data Capture Question
    ... we have a corporate database - our main system - which is effectively ... datasets off to the destination system. ... The question I have is whether or not a feature like 'Oracle Streams' ...
    (comp.databases.oracle.server)
  • Re: Error 3011
    ... Is the Destination database the same version as the source. ... That might make it more palatable to the ObjectType ... For Each frm in CurrentProject..AllForms ...
    (microsoft.public.access.modulesdaovba)
  • Re: Setting up destination database using dynamic properties task/global variable
    ... Normally I need to change the database but the table name stays the same, so I just manually remove the database qualifier from the object name through Disconnected Edit, and that way I only need to manage the ... destination database server, database name, user id and password. ... added a dynamic properties task and have assigned the global variables ... Say I have created the package with destintaion as Northwind1 and I have ...
    (microsoft.public.sqlserver.dts)