You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the same -SqlInstance and -Destination, and the same -TableName and -DestinationTable but use a different -DestinationDatabase, you will receive an error 'Source and Destination must be different'. This stems from line 404 where it checks source and destination, but does not check the destination database (only checks 2 of 3 items).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you use the same -SqlInstance and -Destination, and the same -TableName and -DestinationTable but use a different -DestinationDatabase, you will receive an error 'Source and Destination must be different'. This stems from line 404 where it checks source and destination, but does not check the destination database (only checks 2 of 3 items).
Beta Was this translation helpful? Give feedback.
All reactions