Forum Discussion
Can connect to SQL Server but Databases are not visible
DavidJLitttle how are you connecting via your active directory?
and if you go directly to sql can you see it?
vanessafvg wrote:DavidJLitttle how are you connecting via your active directory?
and if you go directly to sql can you see it?
Hi, if i connect directly via SSMS then i can see all DB's and if i connect via VB.Net connection string then i can happily populate the DB. Its just PowerBI cant see any of the 3 local DB's
- vanessafvg7 years agoCommunity Champion
DavidJLitttle dont know if this thread helps
https://community.powerbi.com/t5/Desktop/Limitations-on-Power-BI-with-SQL-Server-Express/td-p/73131
are you using direct query? what version are you on
- DavidJLitttle7 years agoFrequent Visitor
Hi, Im using SQL Server Express 2017 and SSMS v17 and im using Import rather than direct query. but neither work. The SQL login connects fine, but the Database list is blank
- TeigeGao7 years agoSolution Sage
Hi DavidJLitttle ,
First, we need to check if you have used the wrong server name, the server name "(LocalDb)\MSSQLLocalDB" is not a standard SQL Server instance, it is a localdb.
Then we need to check if these three databases are custom databases, the system database will not be displayed in the PowerBI list.
After that, we need to check if the SQL Server login you are using have the permission to see these databases. Finally, we can use the SQL Server Profiler to check what's happened during this process.
Best Regards,
Teige