dbTalk Databases Forums  

Store JPG File in SQL Server

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Store JPG File in SQL Server in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jason
 
Posts: n/a

Default Store JPG File in SQL Server - 05-03-2005 , 09:28 PM






We are using an Access database with Employee Pictures.
However, we find that the size of the database is pretty
large as images are stored as BMP format in Access.

We would like to know which datatype should be used for
storing photos in SQL Server 2000 ? Does it justify for
us to upsize the backend from Access DB to SQL Server ?

Thanks

Reply With Quote
  #2  
Old   
Kevin3NF
 
Posts: n/a

Default Re: Store JPG File in SQL Server - 05-04-2005 , 01:52 PM






The general rule of thumb for most systems is to store the images in the O/S
file system and store a path to the file in the db table.

SQL Server would be an image datatype if you go that route

--
Kevin Hill
President
3NF Consulting

www.3nf-inc.com/NewsGroups.htm
www.DallasDBAs.com/forum - new DB forum for Dallas/Ft. Worth area DBAs.

"Jason" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
We are using an Access database with Employee Pictures.
However, we find that the size of the database is pretty
large as images are stored as BMP format in Access.

We would like to know which datatype should be used for
storing photos in SQL Server 2000 ? Does it justify for
us to upsize the backend from Access DB to SQL Server ?

Thanks



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.