My company has two SQL Server databases which have data we would like to be searched via Sharepoint. It was my understanding that Sharepoint needs physical documents in a directory to index and then a search can be performed which returns the location of these documents. I have written some code to extract the information out of the two databases and create physical files for each bit of data, but I would rather insert this data into some text fields in a SQL database and have Sharepoint search those fields instead. Is this possible?