This blog show how to query and refresh a view definition using the query analyer

Syntax:
Exec sp_refreshview 'Schema.ViewName'


Example:

EXEC sp_refreshview 'dbo.vemptable'