Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 11, 2016 12:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save justinyoo/7daf3cd112d003ee67e6a02cd8fee783 to your computer and use it in GitHub Desktop.
DevOps Pro Tip - Creating Accounts on Azure SQL Database through PowerShell
EXECUTE ('CREATE LOGIN [' + @Username + '] WITH PASSWORD = ''' + @Password + '''')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment