Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL 2000 Stored Procs & CR9

Status
Not open for further replies.

misuser

MIS
Sep 16, 2003
22
EU
I havent used SQL 2000 Stored procs much yet with Crystal

I think my question is quite basic(!)

I have connected CR9 to an SQL Server 2000 DB stored procedure as the data source. this works fine - I get the data I need. When CR9 connects to the Stored Proc tomorrow will the data be the same or does it hit the data base everytime it connects to the stored proc. Alternatively do I need to schedule the stored proc so the data it returns changes each day?

any help very welcome, thanks!
 
Stored procedures don't cache their results. When you refresh the report, the procedure will refresh the data.

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top