git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| /*Execute SSRS Subscription Manually*/ | |
| USE ReportServer | |
| SELECT | |
| S.ScheduleID AS SQLAgent_Job_Name | |
| ,RS.SubscriptionID AS SubscriptionID | |
| ,SUB.Description AS Sub_Desc | |
| ,SUB.DeliveryExtension AS Sub_Del_Extension | |
| ,C.Name AS ReportName | |
| ,C.Path AS ReportPath | |
| FROM ReportSchedule RS (NOLOCK) |