Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 base a report on a cursor?

Author  Topic 

cjpsx
Starting Member

34 Posts

Posted - 2006-06-02 : 15:06:51
I need some advice on how to design a report using cursors.

Is it possible to base a report on a cursor?

I would think that I would have to put the cursor into a stored procedure and call that procedure. But if I do use the cursor in the procedure, will the looped variables automatically populate the report or will I need to insert them into a table that populates the report?

Thanks,

cj

robvolk
Most Valuable Yak

15732 Posts

Posted - 2006-06-02 : 19:14:02
Can you explain why you (think you) need to use cursors?
Go to Top of Page
   

- Advertisement -