Re: Storing Images in SQL Server (2005)
- From: mmaples3@xxxxxxxxx
- Date: 20 Sep 2006 03:57:17 -0000
I would suggest using views to control access
In my experience storing and retrieving images from MS SQL is significanly slower compared to pulling images via a file system.
I use ADO stream object to retrieve the images and stream them directly to the end user browser, I do not use a temporary file. Too hard to come up with unique names for the temporary file for each user, plus you have clean up of the temporary files.
---------------------------------------------------------------------------
---------------------------------------------------------------------------
- Follow-Ups:
- RE: Storing Images in SQL Server (2005)
- From: Chris_E_Schneider
- Re: Storing Images in SQL Server (2005)
- From: Thor (Hammer of God)
- RE: Storing Images in SQL Server (2005)
- Prev by Date: Storing Images in SQL Server (2005)
- Next by Date: Microsoft Security Clamp
- Previous by thread: RE: Storing Images in SQL Server (2005)
- Next by thread: Re: Storing Images in SQL Server (2005)
- Index(es):