Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sona
Yak Posting Veteran
68 Posts |
Posted - 2001-10-30 : 06:22:29
|
| Like,I create a view likeCreate view asselect... from table1union allselect... from table2What happens is in runtime i create a table3 and i want to add it in the view.(likewise i will add more no. of tables in runtime)Is there any way that i can dynamically add the statements to the view. |
|
|
|
|
|