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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Breaking text field

Author  Topic 

navin_singhal
Starting Member

2 Posts

Posted - 2001-10-24 : 13:29:28
I get input as a text field in my udf and in that data is separated by comma, i need to break the text field using comma and insert into a temp table and return the result set.
It is not a varchar(8000) it is text field in sql server, if any body have any suggestions please let me know

   

- Advertisement -