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 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-04-28 : 04:49:52
|
| I want to store Word document in a table. First I tried to add the physical path of file to the table and later retieved it. Now As I dont want others to physically open the files, I decided to store the file itself in a text datatype field. Is this a good idea? And I dont know whether text field is capable of storing the files having 5 or more MBs. What do you think is the feasible method?MadhivananFailing to plan is Planning to fail |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2005-04-28 : 05:15:39
|
| This will be a binry file so should be stored in an image datatype.5 or more MB is not a proble (up to nearly 2 GB)==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|