Need a query for update large database

Answered Need a query for update large database

  • Monday, March 04, 2013 5:56 AM
     
     

    Hi,

    currently i have a table with 80 crore rows data ,I need to obfucate the data in some columns for eg:-If name is 'David Peter' (Same name is used in differnet rows),then i need to update it with some other values like 'ytfr trey'.Now what we do is we have a table with column data like  'ytfr trey' and we are updating randomly the in the table based on rownumber function but this take so much of time .So what i need is a sql query having the logic to update like this eg:-If ABCD is name then i need to update it with CDEF ie two letter difference or some different name but query should update data fastly

    Regards

    Jon

All Replies