I need to locate the table that contains the Content Source Name (along with the ContentSourceId) in the SSP Search Database (OR anywhere else that it gets stored in).
I may be able to access this via the SharePoint Object Model, but I want it via the db table access (This is not a good practice according to Microsoft).
We looked in all the tables, the closest table we get is MSSCrawlContent, with no Content Source Name.
The article that came close to solving the problem was this
Anyone has any idea where Content Source Name is getting stored?
BTW - The application that needs to access this information is on the same domain but on a different machine.