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_"