As I understand it, before updating the table, you need to rename the Desk_name column. To do this, you can try the following:
sp_RENAME 'YourTableName.Desk_name' , 'Name', 'COLUMN'
It should rename your column. After that, you should use Joe or John to update the records in the table.
source share