This article is contributed. See the original author and article here.

We usually have service requests when our customers, using different drivers, need to know the connection latency, execution time spent or validate the connection, in this article you could find an example code to perform this operation. 


 


We received feedback to test using directly in CloudShell without deploying or having Virtual Machine on Azure. In this URL you could find the version for CloudShell.


 


Unfortunately, this CloudShellversion only supports SQLCLIENT and ODBC but the remaining features are the same. 


 


To execute the PowerShell script CloudShell:


 



  • Upload the file in your $home folder using the upload/download file in CloudShell

  • Run this PowerShell script

  • This script will create a log file in the same folder with the results of the execution. There is not needed to modify the PowerShell script, basically, you need to execute this as follows:


 


 

./SQLConnectivityTestCloudShell.ps1 -DatabaseServer servername.database.windows.net -Database databasename -UserName username -Driver SQLCLIENT -NumberExecutions 20 -Password password

 


 


Example how to execute the PowerShell Script


 


Jose_Manuel_Jurado_1-1660954431720.png


 


Example how to edit the file if needed.


 


Jose_Manuel_Jurado_0-1660954308134.png


 


 


Enjoy!

Brought to you by Dr. Ware, Microsoft Office 365 Silver Partner, Charleston SC.