0

I try to deploy a database to Microsoft Azure it generates this error .

Error SQL72014: .Net SqlClient Data Provider: Msg 40548, Level 16, State 1, Line 1 Granting CONNECT permission to the guest user in database 'ACS Database' is not permitted.

Although the guest user has connect permission.

Any help?

1
  • Do you use SQL Azure or SQL Server on VM? Commented May 10, 2016 at 18:05

1 Answer 1

3

The situation you described is fairly vague- so I cannot be sure why you're seeing this error or what circumstances could be causing you to see it.

However, you should avoid using the guest user for user databases as a best practice; you should instead Grant permissions explicitly to avoid the situation where every user that logs into your database has access (and any other permission guest has) to this database.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.