I would like to combine the contents of tables from different customer databases into one view or sp so I could get a master list. All the tables have same fieldnames, just the data is for different for each db. I tried listing the SELECT statements into a sp but it pulled separate rows for each db. How do I combine so I only see one master list?
thanks,
John