No search results
Simes
Posts: 3
I'm trying to search a database for text I know is present, but SQL Search doesn't find it. I've selected the database, all object types and inexact match. I've tried text that is a column name, a parameter to a stored procedure. and something that appears in the body of a stored procedure, but SQL Search finds none of them.
Yet if I choose a different database on the same server, SQL Search can find the text.
Why should that be? What can stop SQL Search from finding any text in one of the databases?
Oh, and I've also tried doing a re-index.
SQL Search version 2.0.1.36 - free edition
@version = "Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (Intel X86) Jun 17 2011 00:57:23 Copyright (c) Microsoft Corporation Standard Edition on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (WOW64) (Hypervisor)"
Yet if I choose a different database on the same server, SQL Search can find the text.
Why should that be? What can stop SQL Search from finding any text in one of the databases?
Oh, and I've also tried doing a re-index.
SQL Search version 2.0.1.36 - free edition
@version = "Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (Intel X86) Jun 17 2011 00:57:23 Copyright (c) Microsoft Corporation Standard Edition on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (WOW64) (Hypervisor)"
Comments
Searched-for text is in a literal within a CASE statement, but SS fails to see it.
Target DB is 2012, SSMS 2014. Enterprise for both. Windows 8.1 Prop PC, if that's at all relevant.
Decide wisely...
Alex
Sorry for the issue you are all having with SQL Search and also apologies for the delay in getting back to you. We had a technical glitch and a support ticket was not logged for this unanswered forum so sorry for that!
Can you please let me know if this happens for this particular database? Any steps I could follow to reproduce the issue as I am having hard time reproducing?
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
I've sent numerous {SA} blow-up reports over the last couple of months. No new release to fix the issue(s).
No use of SS = no steps to reproduce.
However, Anu, if you look at my post from this time last year, it clearly says what SS did not find - you could say you have "steps to reproduce".
But, I took the risk and ran SS looking for the string, without quotes, "p/@f", which happens to be inside a CASE, as the name of the column, in single quotes. Zero results - it's used 6 times in an XML building multi-SELECT chunk of code.
Silly me, running SS - I now have a completely unresponsive SSMS - oh, it's back after a 2-minute coffee break! This is why I don't use it unless I'm desperate - I'd rather, which I've taken to doing, have Windows Index the content of all my .sql files in my SVN working folders and search via Windows Explorer to get an initial hit-list. That's truly desperate!
Decide wisely...