DTS Copy Objects Task - Dynamic Destination

  • I have a DTS package that contains a 'Copy SQL Server Objects' task.

    The source database is remote (with web hosting company) and the destination is a local instance of SQL Server 2000.

    Is it possible to dynamically set the local database name at run time in the Copy SQL Objects task?

    i.e

    A scheduled package where Destination Server = "(local)" and Destination Database = "_dynamically assigned name_"

  • Use the dynamic properties task to find the name (query, file, etc) and then you can use a script task to change the name

    This might help: http://www.sqldts.com/241.aspx

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply