Dear all,
I tried to move several databases from one instance to anotherI used the dbatools Copy-DbaDatabase tool
[code language="sql"]Copy-DbaDatabase -Source Server1 -Destination server2 -Database datbase1 -NetworkShare \\server1\backup -B
I tried to move several databases from one instance to anotherI used the dbatools Copy-DbaDatabase tool
[code language="sql"]Copy-DbaDatabase -Source Server1 -Destination server2 -Database datbase1 -NetworkShare \\server1\backup -B