Browse by Tags

  • Splitting csv to columns

    Suppose you have string in csv format and want to split into seperate columns. You can use parsename function as long as you have maximum four values. The following would work for any number of values declare @s varchar ( 2000 ), @data varchar ( 2000 ) select @s = 'this,is,test' select @data...
Page 1 of 1 (1 items)
 



© 2000 - 2007 vDerivatives Limited All Rights Reserved.