create view FE_ORDERS_POS 
as 
select * from FE_ORDERS_POS_2003 
union all 
select * from FE_ORDERS_POS_2002
go