I am looking a script which allows me to add single column to multiple views. I am using SQL Server. For Ex. I have view1, view2, view3 with column1, column2.
I need to add column3 in all the views How can I do that ?
Any help is highly appreciated.