How do I qualify a database name when connected to a SQL Server database?
I'm connected to a SQL Server database andwhenever I type the database name for queries, I keep getting a hover text suggestion of "Unable to resolve symbol 'database'". See the picture - when I hover over the database name, I see the hover text. I've made sure the database name is correct with the right casing. I've tried setting the default database in the connection properties as the one I'm trying to query, but no luck there either.
Please sign in to leave a comment.
A similar issue was presented in earlier DataGrip versions. Therefore, please update to DataGrip 2022.3.3 and let us know if it fixed this issue.