Link to home
Start Free TrialLog in
Avatar of joygomez
joygomezFlag for United States of America

asked on

Unable to make Azure login

hi,

I have a database in Azure and am not able to create a login.  This is what i did to create one and listed below is also the error I get.  Can someone help me with this,

I am using Sql Server management studio 2008 R2

CREATE LOGIN AspNetServicesUsers
      WITH PASSWORD = 'j4341g/J4341G'
GO


error:
Msg 5001, Level 16, State 1, Line 1
User must be in the master database.
Avatar of avirups
avirups
Flag of India image

When are you getting the error?
You generally get this error when you have logged in and are trying to do something for which the user must then be in the scope of the master database.
ASKER CERTIFIED SOLUTION
Avatar of Ironnica
Ironnica
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joygomez

ASKER

thanks, it worked.