• Try this if this works..

    UPDATE Table SET Column = REPLACE( Column, RIGHT(Column, 3), '' )


    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/