Groups | Blog | Home
all groups > sql server (alternate) > march 2004 >

sql server (alternate) : Doc and xls files in ms sql database



Leon
3/19/2004 9:55:50 AM
Hi!

Can anyone tell me if there's a simple way to
store doc and xls files in MS SQL. I've read
somethig about BLOB's. The problem is
I want to edit them and then save back to the DB.
Env. - MSSQL + A2K + WINXP

TIA :]

Regards, Leon!

Kristofer Andersson
3/19/2004 10:57:34 AM
Unless you have a very special reason, you are going to see better
performance if you store the files in the file system and use the db to
store location and other metadata about the files. The file system is
optimized for this, a relational db is not.

[quoted text, click to view]

John Bell
3/19/2004 11:12:59 AM
Hi

You may want to look at the bii and textcopy examples. Also there are plenty
of postings available if you use these as keywords to search google.

John

[quoted text, click to view]

AddThis Social Bookmark Button