Refresh View Definition in SQL Server - SQL Server Tutorial

Опубликовано: 21 Февраль 2015
на канале: TechBrothersIT
8,470
36

In this video we will learn how to refresh the definition of a view. When you use Select * in the view definition and columns will be added to base table/s later, the view will present the columns those were available at point of view creation. It will not include newly columns even you are using "*" in your query.


To include those columns in the view, we need to refresh the view definition after adding column/s to table/s. Below script can be used to learn step by step how this works and finally refresh the view by using sp_refreshview stored procedure.


link for blog with scripts used in the video
http://sqlage.blogspot.com/2015/02/re...


На этой странице сайта вы можете посмотреть видео онлайн Refresh View Definition in SQL Server - SQL Server Tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь TechBrothersIT 21 Февраль 2015, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 8,470 раз и оно понравилось 36 зрителям. Приятного просмотра!