Problem :- Rename the sql server table column name from TFS in visual studio along with changes in stored procedures, functions and other references.
Solution :-
-> Go to that particular table in solution explorer.
-> Right click on table and click on 'View Object in Schema View' and click on table.
-> Expand 'Columns' in Schema View.
-> Right click on column to be renamed.
-> Click on Refactor then Rename..
-> Give new name and click 'Ok'
-> Validate the preview once and complete the process.