SQL Server Transact Basic to Expert - Query to refresh a View Definition

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'
Ebook Download
View all
Learn
View all