RE: Storing Images in SQL Server (2005)
- From: <Chris_E_Schneider@xxxxxxxx>
- Date: Wed, 20 Sep 2006 09:36:21 -0500
My view as well - all apps that do this are moving away or have moved
away from this SQL method.
-----Original Message-----
From: listbounce@xxxxxxxxxxxxxxxxx [mailto:listbounce@xxxxxxxxxxxxxxxxx]
On Behalf Of mmaples3@xxxxxxxxx
Sent: Tuesday, September 19, 2006 10:57 PM
To: focus-ms@xxxxxxxxxxxxxxxxx
Subject: Re: Storing Images in SQL Server (2005)
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: Brian A. Reiter
- RE: Storing Images in SQL Server (2005)
- From: matthew patton
- RE: Storing Images in SQL Server (2005)
- References:
- Re: Storing Images in SQL Server (2005)
- From: mmaples3
- Re: Storing Images in SQL Server (2005)
- Prev by Date: Re: Storing Images in SQL Server (2005)
- Next by Date: RE: Storing Images in SQL Server (2005)
- Previous by thread: Re: Storing Images in SQL Server (2005)
- Next by thread: RE: Storing Images in SQL Server (2005)
- Index(es):
Relevant Pages
|