Hey All,

I'm programmatically (ALTER TABLE) adding a column to my SQL Database, and all of my views based on that table that use .* are now disjointed by one colum. How can I programmatically "refresh" the view so that it reflects the proper data values?

Thanks!

--Ben