Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 11th, 2004, 02:59 AM
Registered User
 
Join Date: Oct 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Upload to database or not to database?

Dear All,
I have ASP.NET project to store/display about 40.000 image (28KB/1 image).Must i store them to database( image SQL data type)? Or store it indirectly,out side databse?
If i store 1 image 28 KB ,how size is it in database?
Quickly please and thanks alot!


 
Old October 11th, 2004, 08:13 AM
Friend of Wrox
 
Join Date: Sep 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Anantsharma Send a message via Yahoo to Anantsharma
Default

HI,

If I were u, I would have store images separately in a folder. No need to put extra burden on SQL Server. Better U maintain the path for image in Database or in an XML file and use that to retrieve the image.

Image or BLOB is heavy data types.Also these creat complexity in ASP code.

B. Anant





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Upload Database akumarp2p C# 2005 2 February 11th, 2007 10:46 AM
Upload to Access database malachany ASP.NET 1.x and 2.0 Application Design 1 January 10th, 2005 10:29 AM
Upload image to database or not to database? thachnn SQL Server ASP 0 October 11th, 2004 03:00 AM
How to upload a database onto the intranet? MilkPudding Access ASP 8 June 16th, 2004 03:17 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.