-
-
Save justinyoo/71d22c8fa0e6da633858017a68d3dce5 to your computer and use it in GitHub Desktop.
DevOps Pro Tip - Creating Accounts on Azure SQL Database through PowerShell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE LOGIN [@Username] WITH PASSWORD = @Password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment