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
1 comment
Add comment
Please sign in to leave a comment.
