Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ntext

Status
Not open for further replies.

mad01

Programmer
Jul 30, 2000
23
AE
In SQL 2000 I'm using ntext datatype cause it holds more data than nvarchar but I'm facing some problems with it, I'd like to know if the data in ntext datatype is searchable or not?!
thanks :)
 
you can search with like. I would have a look at the full text indexing features of SQL 2000, if you are going to do a lot of searching on these fields
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top