Posts
Sort by recent activity
Connect-SqlClone failed in Powershell script
Hi there,When executing the command below in powershell to initiate a connection, all goes well.
#Initiates a connection with a SQL Clone Server.
$ServerUrl = 'http://mysqlserverclone:14145'
...