Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Images In Sql Server

Author  Topic 

cidmi.dovic
Yak Posting Veteran

53 Posts

Posted - 2008-06-13 : 10:39:20
I've read a lot of comments about using images and Sql server. For the first time I need to use images into an sql development using c#. In two steps is easy to insert and retrieve images into and from sql server. I think it's an easy way to deal with images using image fields and I also think it improves performance and it advoids us to maintain total control under the files...what about the files are moved from one directory to another? how to treat versions?

After all what could happen?

The Padrón peppers itch and other no

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-06-14 : 00:47:29
Why worry if you saved files in sql table?
Go to Top of Page
   

- Advertisement -