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)
 Parsing CSV Values Into Multiple Rows

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-01-25 : 08:18:29
alessandro writes "I have seen the "Parsing CSV Values Into Multiple Rows" article.
In my table column phrase contain numbers.

when i try the sql code , i receive this error:
argument data type numeric is invalid for argument 3 of charindex

there is a solution ?

thanks"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2006-01-25 : 08:20:12
That sounds like a syntax error, can you post the code you're using, along with a sample of the data you're parsing?
Go to Top of Page
   

- Advertisement -