Desired:
Show the same dialog but also include, "to 'destination-database-name'.
Care should be taken to not truncate the destination (source would be good to be kept intact as well), and extra UX points for making it selectable text.
The spirit of this feature request is that when copying a really large database which can take a few minutes, it's nice to simultaneously go and prepare other things at the same time. In my particular case I needed to be reminded what clever destination database name string I had come up with so I could update my connection string in code.
When copying a large database, the steps are:
Currently: Dialog shows like:
Desired: Show the same dialog but also include, "to '
destination-database-name
'.Care should be taken to not truncate the destination (source would be good to be kept intact as well), and extra UX points for making it selectable text.
The spirit of this feature request is that when copying a really large database which can take a few minutes, it's nice to simultaneously go and prepare other things at the same time. In my particular case I needed to be reminded what clever destination database name string I had come up with so I could update my connection string in code.