I AM ON CRYSTAL 8.5, WIN 2K, SQL 2000, ALSO HAVE ACTIVE X VIEWER.
I am facing some problems with Stored Procedures.
Initially I have almost 300 reports based on views, each having 100+ formulas. Working fine.
Now I need to Create one stored procedure for each report, each stored procedure is based on same old respective view and would also pass parameters to that report.
So my problem is, I need to replace old view with new Stored Procedure or you can say my report is pointing to that SP.
I cannot use Set location/Set alias as these options are not working with Stored Proceudre.
It means would I have to recreate each report again?
Last month when we changed the views name (because of our new naming convention scheme) i resolved this problem by doing
"set location and set alias". But that logic is not working with SP.
Please advice me what I suppose to do, may be there is some solution rather than going each and every report and change manually each and every formula.
Is there any tool in market to have this functionality.
Thanks In advance.
I am facing some problems with Stored Procedures.
Initially I have almost 300 reports based on views, each having 100+ formulas. Working fine.
Now I need to Create one stored procedure for each report, each stored procedure is based on same old respective view and would also pass parameters to that report.
So my problem is, I need to replace old view with new Stored Procedure or you can say my report is pointing to that SP.
I cannot use Set location/Set alias as these options are not working with Stored Proceudre.
It means would I have to recreate each report again?
Last month when we changed the views name (because of our new naming convention scheme) i resolved this problem by doing
"set location and set alias". But that logic is not working with SP.
Please advice me what I suppose to do, may be there is some solution rather than going each and every report and change manually each and every formula.
Is there any tool in market to have this functionality.
Thanks In advance.