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 |
|
shapper
Constraint Violating Yak Guru
450 Posts |
Posted - 2007-02-06 : 13:51:33
|
| Hello,I need to save some news text in an SQL table. The text can be long.1. Should I use nvarchar(MAX) or nText?2. And what is the difference between nText and Text?I am using SQL 2005.Thanks,Miguel |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-02-06 : 13:53:40
|
| Have you checked SQL Server Books Online to determine what the difference is?Tara Kizer |
 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2007-02-06 : 17:16:05
|
quote: Originally posted by X002548Why do they keep text around..backward compatability?
yes. www.elsasoft.org |
 |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
|
|
|
|
|