no databases in listbox
dpaproskijr
Posts: 4 New member
in SQL Search
I downloaded and installed SQL Search 3 on SSMS for SQL Server 2016. A SQL Search tab appears when clicked but there are no choices available in any of the dropdown boxes for object type, databases or server. If I connect to multiple servers, they don't appear in the server listbox either. This a fresh install of both SQL Server and SQL Search. Thanks for any help.
Tagged:
Answers
Thank you for your forum post and sorry that you have encountered a problem.
Would you please run the following query in SSMS:
This is the query that SQL Search runs to find which databases are online. The SQL Search GUI should show all databases whose state is 0 (online, normal), and only if there are none should it disable the dropdowns.
However, if you don't have permission to query sys.databases, then you'll see the same thing?
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Thanks for your response. I'm sysadmin so permissions shouldn't be a problem. The result of the query is 17 rows for 17 databases, all with status = 0.
Thank you for the reply.
I have added the details of this post to a Bug Report whose reference is SDI-729. I will update this topic when I have news of a possible bug fix.
Thank you for bringing this problem to our attention.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Microsoft SQL Server Management Studio 13.0.15000.23
Latest SQL Search downloaded today.
Windows 10
In the mean time, I'd suggest rolling back to version 3.0.4. You can download it using this link:
ftp://support.red-gate.com/patches/SQLSearch/17Nov2017/SQLSearch.zip
The downside of this, is that you will need to uninstall V3.0.7.1683 first, before reinstalling V3.0.4.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com