I am using SSMS 2008 R2 and I want to have all of my non-system views refreshed on a daily basis. What is the best way to do this? I see that in SSMS 2005 there is an sproc that can be run to refresh all views, but I would think there is a
better solution. Also, I want to refresh all of the non-system views on just one database from this server. How do I do this? I am assuming I could create a SQL Agent job for this?
Ryan D