Viewing 2 posts - 1 through 3 (of 3 total)
i have created a partitioned view as
create view a
as
select * from tbl1
union all
select * from tbl2
and tbl1 and tbl2 have the same structure and primary keys are defined on...
February 16, 2005 at 6:14 am
#542514
Hi,
Partitioning view is really a good option. but while implementing in our scenario we are facing some problems such as we cannot create index on the partitioned views as it...
February 14, 2005 at 2:24 am
#542008