goodmorningsky
01-14-2004, 11:28 AM
Hi, all.
My Comp's Sales Crystal Report needs a stored procedure that have to reference more than 2 tables from different Server..
like following
FROM ReportSALES AS R LEFT OUTER JOIN SSS07.MyFASHION.dbo.MySTORES AS S
ON CONVERT(int, R.STOREID) = CONVERT(int, S.STORE_ID)
(ReportSALES : comes from PPP server and
I passed Login info to Crystal Report for PPP server)
Crystal Report generates err..
AS I think, it gives err.. since Crystal Report knows only One Server's login info..
Is it possible? If so, how can I do it?
it's urgent...help..
Thank you all...
My Comp's Sales Crystal Report needs a stored procedure that have to reference more than 2 tables from different Server..
like following
FROM ReportSALES AS R LEFT OUTER JOIN SSS07.MyFASHION.dbo.MySTORES AS S
ON CONVERT(int, R.STOREID) = CONVERT(int, S.STORE_ID)
(ReportSALES : comes from PPP server and
I passed Login info to Crystal Report for PPP server)
Crystal Report generates err..
AS I think, it gives err.. since Crystal Report knows only One Server's login info..
Is it possible? If so, how can I do it?
it's urgent...help..
Thank you all...