Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 11, 2016 12:47
Show Gist options
  • Save justinyoo/71d22c8fa0e6da633858017a68d3dce5 to your computer and use it in GitHub Desktop.
Save justinyoo/71d22c8fa0e6da633858017a68d3dce5 to your computer and use it in GitHub Desktop.
DevOps Pro Tip - Creating Accounts on Azure SQL Database through PowerShell
CREATE LOGIN [@Username] WITH PASSWORD = @Password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment