Using scripts provided here:
Created a contained database in SQL Server Management Studio and a user <domain\user>. and a password.
When trying to look at its properties got this messge,
After fixing the above, I could get the properties and the Select query for the View
sys.dm_db_uncontained_entities
When I try to connect using SQL Server Login;
Server: localhost username & password that of contained database and the default database in login options changed to ContainedDatabase. The authentication is mixed mode.
How do I login?
Jayaram Krishnaswamy