|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, December 16, 2007 11:59 PM
Points: 2,
Visits: 5
|
|
We are using Crystal Reports for creating reports for our website. When an user selects a report a new window opens and the crystal report is starting to generate. The sql query is executing on our database. When the user closes the window the query is still executing up to serveral minutes. So is there a way to cancel the query when the user is closing the browse.
Thx in advance Greetings
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Sunday, April 21, 2013 8:40 PM
Points: 57,
Visits: 174
|
|
Hi,
Go to the homepage of your Reporting Services:
http://yourservername/reports/Pages/Folder.aspx
then Site Settings (on the far top right)
then Manage Jobs (on the bottom left)
you can then kill any process that is currently active.
I hope that helps.
Thanks
Osama
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, December 16, 2007 11:59 PM
Points: 2,
Visits: 5
|
|
| It's not an option to do this by hand. We want to do this in code (C#, asp.net)
|
|
|
|