Let's say....there is a column with data, "A, B, C" in SQL Server 2005. How can i split the data in that column into something like..
Column A
--------
A
B
C
Let's say....there is a column with data, "A, B, C" in SQL Server 2005. How can i split the data in that column into something like..
Column A
--------
A
B
C