Hi,
I'm currently executing a package through the DatabaseMigrator.DeployMetaData(package, password) method.
In the DDT, when creating the package, the database name is 'Test'.
Is there a way that when the package is deployed on a server, it is deployed on a database which it's name is not 'Test'?
I want to do this because i want to run the same package on different databases on the same server.
Any help would be appreciated
Thanks