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.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | Muj9Yak Posting Veteran
 
 
                                        75 Posts | 
                                            
                                            |  Posted - 2013-08-06 : 04:54:54 
 |  
                                            | Hi everybody,I have a column which has data consisting of comments. The problem is that one row should have one comment but i have many rows which hold 2 or 3 comments in a single row. i want to split the comments in to a new row so that each row has a single comment. the comments are split using ; semi colon.for example:CommentsI love footballI drive carI work; i eat; whateverYou get my pointI would like it to be like :-CommentsI love footballI drive carI worki eatwhateverYou get my pointSo please any body out there who can help??? Would really appriciate it.Thanks in Advance |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts |  |  
                                    | Muj9Yak Posting Veteran
 
 
                                    75 Posts | 
                                        
                                          |  Posted - 2013-08-06 : 06:52:19 
 |  
                                          | Thank you so much it has worked.     |  
                                          |  |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2013-08-06 : 09:17:28 
 |  
                                          | welcome------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |  
                                          |  |  |  
                                |  |  |  |