Refreshing a View in SQL SERVERLajapathy Arun14yPublished Jul 5, 2012, 12:00 AMUpdated Jul 6, 2012, 7:25 AM5.3k00Reactions×25BlogThe sp_refreshview stored procedure allows you to update the metadata of a view.The syntax of this procedure is: sp_refreshview [ @viewname= ] 'viewname'Here is an example that executes this procedure: USE NORTHWND; GO sp_refreshview N'Invoices'; GOCommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.