Add contained database support in SQL 2012
Need to have better support for contained databases feature of SQL Server 2012. For example a new feature - user WITH PASSWORD is scripted as a user WITHOUT LOGIN.
-
Andrew Nikoloff commented
Almost 4 years later it still does not support contained database users. How that?!
This is what you get, when you try to commit a contained database user:
Severity: Medium
Object: XXXXXX
Title: The user XXXXXX does not have an associated login. If the user was not defined with WITHOUT LOGIN then the source database is in an inconsistent state. Please fix this by using sp_change_users_login.
----------------------------------------------------