dev.lukemelvin.comLRPLRPAboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
    • AppGateway Log filtering
    • WAF Mangaed Rule Filters
    • Disable CNAME check
    • FrontDoor Health Probe Logs
    • App Service RBAC managed keyvault
    • Restarting AppGateway
    • IISweb.config multiple url redirects
    • Increase AppService Worker Count
    • APIM Soft Delete Purge
    • Stop/Start AppGateway
    • Switching Tenants in AzureCLI
    • Outbound IP Adresses
    • DKIM for Custom Domains
    • SMTP email relay in IIS
    • Wire Shark Filters
    • Headless Raspberry-Pi
    • Umbraco Local SQL User
    • Adding Managed ID SQL
    • AAD User Creation & Role Assignment
    • SQL User Assigned Roles
    • Umbraco User search
    • Bash to Powershell
    • Enable/Disable Plus Addressing
    • Generatingan SSH Key
    • How To Validate Checksums on Mac
Question? Give us feedback → (opens in a new tab)Edit this page
SQL
Umbraco Local SQL User

Adding a user for local umbraco Dev

On Server...

CREATE LOGIN [<login-name>] WITH PASSWORD='<yourPassword>'
CREATE USER [<user-name>] FOR LOGIN [<login-name>]

On DB...

CREATE USER [<user-name>] FOR LOGIN [<login-name>]
ALTER ROLE [db_owner] ADD MEMBER [<user-name>]
Headless Raspberry-PiAdding Managed ID SQL

Nextra Theme © LukeMelvin.com | A personal project to manage and maintain my technical notes.