September 27, 2009 at 8:38 pm
Hi All,
I have a requirement in sql server 2005 reporting services where I need multiple selection. But my database is in Sqlserver 2000.
If the input is as follows:
declare @input varchar (8000)
@input = 'east,west,north,south'
I would like to get my output in column shown below.
east
west
north
south
Can anybody help me how to do this in sql server 2000 as I will not be able to use tsplit or xml function.
Thanks.
September 27, 2009 at 9:05 pm
roy.neelanjana (9/27/2009)
Hi All,I have a requirement in sql server 2005 reporting services where I need multiple selection. But my database is in Sqlserver 2000.
If the input is as follows:
declare @input varchar (8000)
@input = 'east,west,north,south'
I would like to get my output in column shown below.
east
west
north
south
Can anybody help me how to do this in sql server 2000 as I will not be able to use tsplit or xml function.
Thanks.
Teach a man to fish... please read the article at the following link.
http://www.sqlservercentral.com/articles/T-SQL/62867/
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2010 at 5:49 am
Heh... I wonder if he learned to fish... or drowned. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply