Cannot open database "SchoolContext" requested by the login

Viewed 43

I work with SQL and .NET Core (DB first)

And I created a normal query

And I get an error:

Cannot open database "SchoolContext" requested by the login. The login failed.
Login failed for user 'LAPTOP-6HLCVNLU\sss'.

I don't understand what the error is.

I should mention that I was able to do the scaffold command.

1 Answers
Related