0

I have create a subscription to a new SSRS Report and I have notice when doing so, there is a new job creates with a GUID. Since this report need to be produce to multiple users with different set of parameters, I create a stored procedure to manage all this.

My question is to know if it is possible to change/modify the job with the GUID that was created thru the report subscription or do I have to create a new job to call my stored procedure?

By creating a separate job to exec my stored procedure, will it duplicate the production of the report ?

Can this GUID job be disable and just run the new job instead ?

I need to understand this before making any change to the original GUID job

Thanks

1 Answer 1

0

You shouldn't touch the jobs created by SSRS.

But you can create multiple subscriptions for the same report, with different parameters.

Or if you have a lot of users that need to receive the report, you can create a data-driven subscription. You need an enterprise edition for this though.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.