Activity overview
Latest activity by Emeric
Found the answer of my problem in this article : https://info.sapien.com/index.php/how-to/powershell-studio-howto/powershell-studio-how-to-prevent-powershell-cmdlets-from-hanging-in-gui-apps / comments
Found the answer of my problem in this article : https://info.sapien.com/index.php/how-to/powershell-studio-howto/powershell-studio-how-to-prevent-powershell-cmdlets-from-hanging-in-gui-apps
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'
...