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.
| Author |
Topic |
|
bassobee
Starting Member
2 Posts |
Posted - 2007-06-14 : 04:29:05
|
| Do any of you know how to insert files into a Microsoft SQL DB?Thank you,Bassobee |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-06-14 : 08:47:52
|
| What type of files?MadhivananFailing to plan is Planning to fail |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-14 : 13:27:11
|
| Can try with writetext to load file to text or image column. |
 |
|
|
bassobee
Starting Member
2 Posts |
Posted - 2007-06-15 : 05:23:12
|
I want to insert all kind of files.I want to do something like this:INSERT INTO table VALUES('0', c:\my document\file.hhp)Do any of you know how to do this?Bassobee |
 |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
|
|
|
|
|