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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parsing ntext fields

Status
Not open for further replies.

sgurusha

Programmer
Jan 19, 2001
16
CA
I have a number of ntext fields which need to be parsed. Are there SQL functions available that can do this for me, without me converting an ntext field to nvarchar field?

Nubbie to SQL Server 2000.

Thanks.


Regards,
SWG.
 
What's been done is drop-down values for the front-end have been put into an ntext field in the database, Each value is separated by a comma. I need to parse the this to fill a reference table to drive another front-end.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top