Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1 Servers details




2 SSRS Projects Details

3 Repository Details

...

4.2 Deployment of new report

#1 Deploy RDL file to report server

#2 Create statement for new report

#3 Mark has to do the assignment of report for positioning


5 Modifications to Existing Reports

5.1 Steps involved for modification of existing reports


5.2 Deployment of

...

existing report

6 Standards for the reports.

7 Report Subscriptions

8 Query Fixes

8.1 Query Information


Sl NoQueryDescription
1

IF NOT EXISTS (SELECT * FROM OperationalReport WHERE ReportName = 'WIOAMasterReport' AND CategoryId = 12)

BEGIN

INSERT OperationalReport (ReportName, DisplayName, ShowReport, CategoryId)

VALUES('WIOAMasterReport', 'ETA9173', 1, 12)

END

GO



8.2 Query Changes

9 Deploying SSRS Reports