Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL - two database and Crystal Reports

Author  Topic 

integrator
Starting Member

1 Post

Posted - 2009-09-12 : 23:05:43

Good-day,

We have two control systems which are installed on the same server. These systems have their own SQL database for the data. Can I build a report using Crystral reports to log into each SQL database, but send the data to one report?

I've done database programming before - but not in SQL. Can someone recommend a good basic SQL Book.

Thanks for any insight on this.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-09-13 : 12:51:23
yup...you can use two different datasources which connect to separate database to pull data from them to show in reports.
Go to Top of Page
   

- Advertisement -