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 |
|
amex45
Starting Member
16 Posts |
Posted - 2002-09-10 : 15:59:18
|
| Hi - Is any one know whether it is possible to create a column that holds both free-form text as well as attachments (e.g., Word documents, Excel spreadsheets, screen prints, etc.) ?Thanks |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-09-10 : 16:47:40
|
| It's probably easier to hold the atachments on disk and have the path in the table.==========================================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. |
 |
|
|
amex45
Starting Member
16 Posts |
Posted - 2002-09-13 : 10:22:17
|
Thanks NR!!!quote: It's probably easier to hold the atachments on disk and have the path in the table.==========================================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.
|
 |
|
|
|
|
|