|
-
Storing Images
Hi Bill,
I have to store Images In my database,Since number of files to store could
be ranging from one to lacks.
How can ADO help me in faster retreival of image from SQL Server?
I have files in Tiff format.
Regards
Puneet Dhawan
-
Re: Storing Images
I'm not a fan of storing BLOBs (binary large objects) such as pictures in
the database. The file system is far better suited for this and can retrieve
selected files far, far faster and easier. There are examples of BLOB handling
AppendChunk, GetChunk and when these are needed and how to best handle them
in my book.
bv
"Puneet" Puneet_dh wrote:
>
>Hi Bill,
>I have to store Images In my database,Since number of files to store could
>be ranging from one to lacks.
>How can ADO help me in faster retreival of image from SQL Server?
>I have files in Tiff format.
>Regards
>
>Puneet Dhawan
-
Re: Storing Images
Bill,
I overheard a comment from another developer on Sql Server that storing
BLOBs and/or Text fields interferes with or disables transaction logging
until the next full backup is performed. Can you confirm or dispel that
assertion?
"Bill Vaughn" <billva@microsoft.com> wrote:
>
>I'm not a fan of storing BLOBs (binary large objects) such as pictures in
>the database. The file system is far better suited for this and can retrieve
>selected files far, far faster and easier. There are examples of BLOB handling
>AppendChunk, GetChunk and when these are needed and how to best handle them
>in my book.
>
>bv
>
>"Puneet" Puneet_dh wrote:
>>
>>Hi Bill,
>>I have to store Images In my database,Since number of files to store could
>>be ranging from one to lacks.
>>How can ADO help me in faster retreival of image from SQL Server?
>>I have files in Tiff format.
>>Regards
>>
>>Puneet Dhawan
>
-
Re: Storing Images
SS changes all the time. I was under the impression that BLOB operations were
logged so they would consume a great deal of space (potentially). This might
have changed (I doubt it)--but I'm not sure. The best way to avoid this problem
is to keep BLOBs out of the database. Save pointers to the BLOBs stored as
files elsewhere (on CD if they are RO).
bv
"Eric Ford" <Eric_S_Ford@hotmail.com> wrote:
>
>Bill,
>
> I overheard a comment from another developer on Sql Server that storing
>BLOBs and/or Text fields interferes with or disables transaction logging
>until the next full backup is performed. Can you confirm or dispel that
>assertion?
>
>"Bill Vaughn" <billva@microsoft.com> wrote:
>>
>>I'm not a fan of storing BLOBs (binary large objects) such as pictures
in
>>the database. The file system is far better suited for this and can retrieve
>>selected files far, far faster and easier. There are examples of BLOB handling
>>AppendChunk, GetChunk and when these are needed and how to best handle
them
>>in my book.
>>
>>bv
>>
>>"Puneet" Puneet_dh wrote:
>>>
>>>Hi Bill,
>>>I have to store Images In my database,Since number of files to store could
>>>be ranging from one to lacks.
>>>How can ADO help me in faster retreival of image from SQL Server?
>>>I have files in Tiff format.
>>>Regards
>>>
>>>Puneet Dhawan
>>
>
Similar Threads
-
By paksmanzoor in forum .NET
Replies: 1
Last Post: 03-31-2005, 09:16 AM
-
By Shravan in forum VB Classic
Replies: 1
Last Post: 04-27-2002, 11:31 AM
-
Replies: 1
Last Post: 08-07-2001, 09:48 AM
-
By Ben in forum VB Classic
Replies: 2
Last Post: 03-02-2001, 10:57 AM
-
By Rudy Panigas in forum authorevents.vieira
Replies: 1
Last Post: 01-25-2001, 12:45 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks