PowerShell – Unable to resolve package source

"WARNING: Unable to resolve package source ‘https://www.powershellgallery.com/api/v2’

Problem When attempting to install a PowerShell module I was getting following message. In my case this was happening when attempting to install the “sqlserver” module on a Windows 2016 server. “WARNING: Unable to resolve package source ‘https://www.powershellgallery.com/api/v2’ Solution The …

Read more

Azure SQL Creating a User

SQL Server Banner

The following steps detail how to use SQL Management Studio to add a user to an Azure SQL database. How to give that user permissions and additional steps for the mirror server if you are Geo replicating the database This …

Read more