sp_configure 值 ‘contained database authentication‘ 必须设置为 1 才能 创建 包含的数据库。您可能需要使用 RECONFIGURE 设置 value_in_use。 (Microsoft SQL Server,错误: 12824)
exec sp_configure ‘contained database authentication‘,1
go
reconfigure;
Go
如果你参考了,麻烦动动你的手指头,帮忙关注一下我的微信公众号:LuoCore
SQL Server 部分数据库问题。 sp_configure 值 'contained database authentication' 必须设置为 1 才能 创建 包含的数据库
原文:https://www.cnblogs.com/LuoEast/p/13205387.html