• There are 2 ways to do this

    SELECTCONVERT(NUMERIC(17,2),REPLACE(REPLACE(data,',',''),'$',''))

    FROMdataconvert

    SELECTCONVERT(MONEY,REPLACE(data,',',''))

    FROMdataconvert


    Kingston Dhasian

    How to post data/code on a forum to get the best help - Jeff Moden
    http://www.sqlservercentral.com/articles/Best+Practices/61537/