Hello,
I have a need to store a shell script or two in each database records. What is the best way to store the shell script data in the database? I guess I wanted to know if it makes more sense to just store the text of the script or store it as a file in a blob? Oh yea, the data will only be accessed via web services.
Thanks!