Wrox Programmer Forums
|
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 December 23rd, 2003, 10:28 AM
Authorized User
 
Join Date: Jul 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default Document Storage

Hello Everyone and thanks for your help in advance. I am developing a document storage application for an intranet that will store various Word, Excel, and PDF documents. Most of the examples I see utilize SQL Server and an image field rather than the FileSystem Object to store documents. My concern with this method is that some of the documents may be several hundred pages (not exactly sure of the actual file size yet, but they must be fairly large). My question is, where does the use of SQL Server become impractical for this type of application? Any insight would be greatly appreciated. Thanks.

 
Old December 23rd, 2003, 10:36 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
Default

 
Quote:
quote:Most of the examples I see utilize SQL Server and an image field
- mainly because they're there to illustrate the principle, not because it makes real-life sense. Generally, if you're looking at using BLOBs in your db, you'd be better off using the File System as you mentioned. It's much easier in the db to update a path to a file than to update the actual BLOB.

Check Jeff Mason's reply to post 'how to insert image in sql 2000' in this forum.

HTH
Chris



There are two secrets to success in this world:
1. Never tell everything you know





Similar Threads
Thread Thread Starter Forum Replies Last Post
data storage and import stealthdevil Visual Basic 2005 Basics 4 September 19th, 2007 11:12 AM
Storage Engine ashuphp Beginning PHP 1 April 19th, 2007 12:13 AM
intermediate storage sarah lee ASP.NET 1.0 and 1.1 Basics 3 September 11th, 2006 01:31 PM
date storage simplyAns Oracle 4 October 20th, 2004 03:59 AM
Binary storage and retrieval acm54 SQL Server ASP 0 January 26th, 2004 10:30 PM





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