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)
 Storing files in a table

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-08-30 : 06:22:58
Tamer writes "Hello,

How do I go about archiving solid files in an indexed Table.
I was told one can actually use SQL server to store files (File Vault).


Thanks
T."

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2004-08-30 : 07:32:13
well u can using image or text datatype, but that is not really how to go about it.
it would be better if you store the paths into the table and files in a separate directory.

Go with the flow & have fun! Else fight the flow :)
Go to Top of Page
   

- Advertisement -