• Jeff Moden (10/30/2011)


    Understood. Let's nail the requirements right to the floor now. If you have the following string, what precisely do you want to get back?

    <data1>somedata1a</data1><data2>somedata2a</data2>

    <data1>somedata1b</data1><data2>somedata2b</data2>

    <data1>somedata1c</data1><data2>somedata2c</data2>

    If these strings are loaded in three rows then I need three rows with no html tags... I need to replace the html tags with '' on a column which has html text. The data type is ntext for that sql column.

    Thanks a lot.