hi every body ,
i wonder which one is best , Union Query or Temporary Table
actually i have 5 tables from where i have to select data and they have the same structure as well .
Now i am confused that i use union All or union Query to select data from all tables or i loop the insert query to insert data in temporary table and then select From that temporary table.
i am sure you expert can better help me. thanks