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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 View

Author  Topic 

sona
Yak Posting Veteran

68 Posts

Posted - 2001-10-30 : 06:22:29
Like,
I create a view like

Create view as
select... from table1
union all
select... from table2

What 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.








   

- Advertisement -