unable to create database with windows authentication login

  • hi i am connecting to my laptop thru windows authentication with my machine\sqlexpress and i am able to login, if i try to create new database it gives me an exception no 262: create database permissions denied in database master,

    i could not create fresh users under logins option also, i tried different options in google but could not resolve this,

    i tried restarting sql service in single user mode also ,

    can someone guide me on this.

  • 1) Login using sa

    2) Grant create database permission to your windows user

    3) Now try with windows authentication

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • Another option if the sa login is not available is to run SSMS as Administrator and make the necessary changes.

    😎

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply