Include Search inside synonyms objects
SQLSearch doesn't find keywords inside Synonyms. For instance I want to find all Synonyms regarding table MyTable
-
Jerry Langland commented
Synonyms are a critical tool when working with a multi-server, multi-database RDBMS. Our database application consists of multiple databases, spread across both linked servers and in HAGs and nearly all combinations. Synonyms are a critical tool to reference the correct database objects (tables/views/procs) on different server in different databases constantly. When an object moves, or say an underlying linked server changes, you have to update the synonyms. Being able to search for the old server or database name in a synonym to ensure they've all been changed is a tedious task that sqlSearch could make so much easier. I realize that "dealing" with synonyms is likely problematic given how they are handled by sql server, but it's exactly because of their 'painful' nature that supporting them would really allow SQLSearch to really shine.
-
Aaron Williams commented
We could really use this as well.
-
Anonymous commented
This would be helpful to me as well
-
Mark Gilbert commented
Important to me too!