Question Adding Data from different Databases

Alrick

New member
Joined
Dec 22, 2011
Messages
4
Programming Experience
Beginner
i want to sum the data from different data tables which have same data field from different Databases in SQL Server 2005.
 
Execute a query for each table that returns the sum for that table and then simply add them together. The link below will show you, amongst other things, how to execute such a query.

Retrieving and Saving Data in Databases
 
Back
Top