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 - 2006-11-08 : 08:04:37
|
Salil writes "Hi,We have statements which we create in "htm" format, is there some way to save these pages to a table ?Thanx,Salil" |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-08 : 08:28:07
|
Yes. Use either VARCHAR (if pages are smaller than 8000 bytes) or TEXT (if larger than 8000 bytes).Peter LarssonHelsingborg, Sweden |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-11-08 : 08:28:16
|
You can use Text/Image data type for this.Harsh AthalyeIndia."Nothing is Impossible" |
 |
|
|
|
|