SQL Prompt with SQL Contained Databases

in SQL Prompt
It doesn't appear that SQL prompt will work with Azure SQL Contained databases. I see prompt attempting to connect to master (which it does presumably to obtain schema objects). In a contained database there is no master so it cannot be connected to. You must use the sys schema views in order to obtain schema data.
Comments