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

i use the Crystal report business edition s/w for the create the crystal report. i make a one report which use VIEW from five database and it make very long time for the execution or display report. so , i want to use Stored Procedure in ADD Command to that report for the faster execution.

so,hw it will be possible ?

i use in ADD command....

SQL
select * from xxx002.dbo.cust_list
union all
select * from xxx004.dbo.cust_list
union all
select * from xxx005.dbo.cust_list
union all
select * from xxx008.dbo.cust_list
union all
select * from xxx017.dbo.cust_list


please help me...

Regards.....
Mitesh
Posted
Updated 6-Aug-12 2:06am
v2

1 solution

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