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 28th, 2006, 07:13 AM
Registered User
 
Join Date: Sep 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Store an picture in SQL Server

hi,

 I am working in SQL sever now. I have no idea about
storing and retrieving images/pictures in a SQL server table.
Can anybody help me?


Thank you.
Ashok



 
Old October 29th, 2006, 11:27 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 475
Thanks: 0
Thanked 9 Times in 9 Posts
Default

Allow me to save your life and career as an SQL Developer with a bit of advice... do not store images in an SQL Server table... store the file names of image files, instead. You can't display images in SQL Server, anyway... so pass the path and file name of the image back to the app, instead. Let the app get the image from that.

Storing/retrieving images directly in SQL Server tables is slow and one of the worst things you could do to a database.

Of course... that's just an opinion :)

--Jeff Moden





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to store image in sql server database Debmit_das ASP.NET 2.0 Basics 5 March 21st, 2008 05:31 AM
managing picture using oracle or sql server vedant Oracle 3 January 28th, 2008 08:59 PM
How to insert a Picture in SQL Server using VB 6.0 swadhinm Pro VB Databases 0 September 21st, 2005 06:52 AM
Store Picture in memory? Mantis PHP How-To 1 May 11th, 2005 01:08 AM





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