We use SQL solutions in SSMS to access SQL code. Every time we open one we get the following error message by SQL Prompt:
SQL Prompt cannot retrieve objects from <database name>. Possible reasons:
-insufficient memory to cache objects
-invalid permissions for this database
-connection error
-corrupted database
Details:
The loading the the <database name> server failed because of Login failed for user'<user name>'.
The SSMS login dialog appears under it, but this one appears before we are able to log in. Is there a way to not show this message box when opening a SQL solution, or have it wait to see if it should show it until after the SSMS login dialog goes away?
The SSMS login dialog appears under it, but this one appears before we are able to log in. Is there a way to not show this message box when opening a SQL solution, or have it wait to see if it should show it until after the SSMS login dialog goes away?