I have a databases that stores log file information amongst other things. Along with that information is a path to where the actual log file resides. A colleague of mine suggested storing the file itself in the database as well. Is that a better idea? I would think keeping a pointer to where files contain is more efficient. If not how would you suggest storing it in the database (plain text, blob, ...)?
Thanks,
Scott
Thanks,
Scott