简体   繁体   中英

Deploying database to azure error SQL72014

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM