Add a column in a veiw programmactically?
If a view is already crearted and had columns selected from multiple tables, can I add one more column and determine what table and what column the addition column comes from programmactically? Please give me an example.
Thanks.
Dan-Yeung
[252 byte] By [
Acceris] at [2007-11-11 7:18:12]

# 1 Re: Add a column in a veiw programmactically?
May be
http://www.windowsitpro.com/SQLServer/Article/ArticleID/20615/20615.html this could help you .. you may have to use SQL DMO to do it..