Comments
2 comments
-
Thanks for the feedback, I just want to clarify what you're seeing just so I understand a bit more about the problem
So if the table is called Bob and you are referencing Bob a few times in your stored procs a search for bob in SQL Search should show:
The table Bob matching on name (this is shown on one of the columns)
Text matches of Bob in your stored procs.
And if I understand correctly the problem is your not seeing anything when you search for bob (substitute your table name in here)
-
Hi Robbie
Yeah I cant remember the exact occurrence but it seems to be working in the last build you asked me to try out - I am using it daily.
Thanks
Gregor
Add comment
Please sign in to leave a comment.
Searching for text I know is in the database is returning no results - I have a table and stored procs which reference this table but when I search on the text it returns no results.
If I right click on the table and select view dependencies it shows 5 items so something isnt right with the searching. (Using sql 2005)
Cheers
Gregor