SQL Search not returning Views?
GigaFluxx
Posts: 1 New member
I know for sure it was returning views in the past, but now, no matter what I search, I only get tables and no views. Any suggestions?
EDIT: I did try re-indexing
EDIT: I did try re-indexing
Tagged:
Answers
Disconnect your SQL server from SSMS Object explorer
close and reopen SQL Search
reconnect your SQL Server
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
You are using the AND operator in your 3rd query, that doesn't result in the combined result of the previous 2, it result in the intersection of them.
If you use OR then it will result in the combination.
SQL Search version 3.6.0.3167