Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I want to integrate data from different server for generating report.
I have to integrate data from two SQL Server(2000)database located in different server and one CRM database in different server.
My Problem is that, i have a SQL SERVER Database named as suppose A on one server. In database A I have a table as SalesDeleveryOrder, an other SQL Server Database as B having table Name YearlySalesTarget and QuarterlySalesTarget and A CRM Database on diffrent server having table name SalesDelevryDispatch.

I want to integrate salesDelivery data from database A and SalesDelevryDispatch from CRM into database B to generate report.
I am generating repot using dynamic excel in ASP.NET 1.1


Pls guide me how it is possible.

Regards,
Atul Sharma
Posted
Updated 27-Apr-11 20:17pm
v2
Comments
dan!sh 28-Apr-11 0:43am    
How are you generating reports? Whatever technology you are using, must be capable to communicating to both the databases and then format the report.
Sandeep Mewara 28-Apr-11 0:43am    
Crystal or SSRS?
Corporal Agarn 28-Apr-11 10:01am    
Are you using a stored procedure to gather the data or trying to use ASP.NET?

1 solution

Are both servers the same version? You may not yet heard about it, but SQL Server from 2000 at the least let you configure linked servers. See this link here (there are also sites that describe this for 2005 and 2008): http://msdn.microsoft.com/en-us/library/aa213778(v=sql.80).aspx[^].

Best regards,

-MRB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900