I have to do global search in a SQL Server 2008 R2 database.
Means if I search a string it should fetch the records where the text matches (contains).
And one more scenario: for example my search text match with master data (Parent table), in child table it will have only the reference id. In this case how do I find the record(it should find the child table record).
How to do that?
Thanks