You can refresh a database object with the help of the sp_refreshsqlmodule function, as shown below:
EXEC sys.sp_refreshsqlmodule 'ObjectName'
Visit the DevX Tip Bank