preload images from sql server

  • Thread starter Thread starter ks
  • Start date Start date
K

ks

HI

is it possible to preload images to client browser directly from sql
server without storing them on server space

Have a nice day
thanks in advance

ks.
 
is it possible to preload images to client browser directly from sql
server without storing them on server space

http://www.google.co.uk/search?sour...006-28,GGLG:en&q="ASP.NET"+image+"SQL+Server"

However, this is not particularly efficient in terms either of performance
or storage.

E.g. the hosting package I have with my ISP gives me a 200Mb SQL Server 2005
database, but a whopping 8Gb of webspace. If I was, say, running an online
shopping site with many products each with an associated JPEG, the number of
images I could store in the database would be many times smaller than if I
simply uploaded them onto my webspace.
 
Back
Top