Returning a Dynamically Specified Number of Rows From a Stored Procedure
Monday, December 22nd, 2008 by Eric Foley
We recently had a requirement to store SWF files directly in our database as a file bytes field. Our client had a need to dynamically change multiple SWF files via an administrative site. Due to the clustered server environment, storing the files in a database and pulling them out on a new request was the [...]