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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-02 : 11:08:54
|
| Vijay writes "Can we insert a image file into table.if so how..." |
|
|
M.E.
Aged Yak Warrior
539 Posts |
Posted - 2002-07-02 : 11:16:49
|
| You can, but you probably don't want to. Store a link to the image instead of storing the image...Run a search on this forum and on the site for more information... This is one of our favorite questions apparently-----------------------Take my advice, I dare ya |
 |
|
|
jessop
Starting Member
9 Posts |
Posted - 2002-07-02 : 11:19:26
|
| You can store image as a B.L.O.B. - see SQL help for info |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-07-02 : 19:54:27
|
| In fact this is such a popular question that Graz has included it in the SQLTeam FAQ. |
 |
|
|
|
|
|