“PowerShell – from server to service” 🎙 – The Intrazone podcast

PS C:\Windows\Users\MKashman> Connect-TheIntrazone -Site “https://aka.ms/TheIntrazone” Install-Episode83 -Name “PowerShell – from service to server” Get-Shoes Add-PodWalk -Scope CurrentUser -PermissionLevels “Self Control” Write-CoHosts TheIntrazone… Continue reading “PowerShell – from server to service” 🎙 – The Intrazone podcast

Lesson Learned #229: Hands-On-Labs – Connection is busy with results for another command

We used to have cases where our customer faced the following error messages like following: “ERROR [HY000] [Microsoft][ODBC Driver 17 for SQL Server]Connection is busy with results for another command”} System.Data.Odbc.OdbcException In this … Continue reading Lesson Learned #229: Hands-On-Labs – Connection is busy with results for another command

Lesson Learned #228: Using sp_validatelogins in Azure SQL Database

Today, we worked on a service request that our customer needs to use sp_validatelogins to verify if the user exists or not in their windows environment. 
 
Right now this function doesn’t work in Azure SQL Database returning the following err… Continue reading Lesson Learned #228: Using sp_validatelogins in Azure SQL Database