Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Table-Valued Function to Split Strings with Xml

By Oscar D Garcia, 2009/07/08


Use the table-valued function using a select statement as follows:

select data
from dbo.[StringSplit](''x,c,v,b'','','')
where data = ''x'''

The query above returns one row and one column.

Total article views: 1040 | Views in the last 30 days: 4
 
Tags
split    
xml    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones