Skip to content

Commit ecd7acc

Browse files
authored
Update README.md
1 parent 4e9631a commit ecd7acc

File tree

1 file changed

+140
-6
lines changed

1 file changed

+140
-6
lines changed

README.md

Lines changed: 140 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,148 @@ The following examples are used to query the database & report server. I have in
3131
### Reports
3232
#### [Database Server](/ServerDatabase)
3333
* [Activity Moniter](/ServerDatabase/Activity%20Moniter.rdl)
34-
* [Database Dictionary](/ServerDatabase/Database%20Dictionary.rdl) <kbd><img src="Images/ReadMe/ssrsdatadictionary.png" width="32px"></kbd>
34+
* [Database Dictionary](/ServerDatabase/Database%20Dictionary.rdl)
3535
* [Job Search](/ServerDatabase/Job%20Search.rdl)
36-
* [Scheduled Jobs](/ServerDatabase/Scheduled%20Jobs.rdl) <kbd><img src="Images/ReadMe/ssrsscheduledjobs.png" width="32px"></kbd>
36+
* [Scheduled Jobs](/ServerDatabase/Scheduled%20Jobs.rdl)
3737
#### [Report Server](/ServerReports)
3838
* [Data Sources](/ServerReports/Data%20Sources.rdl)
3939
* [Execution Log](/ServerReports/Execution%20Log.rdl)
40-
* [Heat Map Calendar](/ServerReports/Heatmap%20Calendar.rdl) (using execution log) <kbd><img src="Images/ReadMe/ssrsheatmap_calendar.png" width="32px"></kbd>
40+
* [Heat Map Calendar](/ServerReports/Heatmap%20Calendar.rdl) (using execution log)
4141
* [Permissions](/ServerReports/Permissions.rdl)
42-
* [Report Documentation](/ServerReports/Report%20Documentation.rdl) <kbd><img src="Images/ReadMe/ssrsreportdocumentation.png" width="32px"></kbd>
43-
* [Report List](/ServerReports/Report%20List.rdl) <kbd><img src="Images/ReadMe/ssrsreportlisting.png" width="32px"></kbd>
44-
* [Subscriptions](/ServerReports/Subscriptions.rdl) <kbd><img src="Images/ReadMe/ssrsreportsubscriptions.png" width="32px"></kbd>
42+
* [Report Documentation](/ServerReports/Report%20Documentation.rdl)
43+
* [Report List](/ServerReports/Report%20List.rdl)
44+
* [Subscriptions](/ServerReports/Subscriptions.rdl)
45+
46+
47+
<a id="user-content-ssrs-reports" class="anchor" href="#ssrs-reports" aria-hidden="true"> </a>
48+
<table style="width:100%">
49+
<tr valign="top">
50+
<td width="33%">
51+
<kbd>
52+
<a href="https://raw.githubusercontent.com/aduguid/SqlServerReportingServices/master/ServerDatabase/Database%20Dictionary.rdl">Data Dictionary</a>
53+
<br>
54+
<br>
55+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsdatadictionary.png" align="top" width="256px" title="Data Dictionary" />
56+
<br>
57+
<br>
58+
<span style="max-width:256px;">This report is used for querying the data dictionary of a SQL Server database.</span>
59+
<br>
60+
</kbd>
61+
</td>
62+
<td width="33%">
63+
<kbd>
64+
<a href="https://raw.githubusercontent.com/aduguid/SqlServerReportingServices/master/ServerDatabase/Scheduled%20Jobs.rdl">Scheduled Jobs Gantt Chart</a>
65+
<br>
66+
<br>
67+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsscheduledjobs.png" align="top" width="256px" title="Scheduled Jobs Gantt Chart" />
68+
<br>
69+
<br>
70+
<span style="max-width:256px;">This report is used for querying the scheduled jobs for a SQL Server database.</span>
71+
<br>
72+
</kbd>
73+
</td>
74+
<td width="33%">
75+
<kbd>
76+
<a href="https://github.com/aduguid/SqlServerReportingServices/blob/master/ServerDatabase/Activity%20Moniter.rdl">Activity Monitor</a>
77+
<br>
78+
<br>
79+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsactivitymonitor.png" align="top" width="256px" title="Activity Monitor" />
80+
<br>
81+
<br>
82+
<span style="max-width:256px;">This report queries the activity monitor from SQL Server.</span>
83+
<br>
84+
</kbd>
85+
</td>
86+
</tr>
87+
<tr valign="top">
88+
<td width="33%">
89+
<kbd>
90+
<a href="https://raw.githubusercontent.com/aduguid/SqlServerReportingServices/master/ServerReports/Report%20List.rdl">Report Listing</a>
91+
<br>
92+
<br>
93+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsreportlisting.png" align="top" width="256px" title="Report Listing" />
94+
<br>
95+
<br>
96+
<span style="max-width:256px;">This report is used for querying the deployed SSRS reports, their subscriptions and their execution logs.</span>
97+
<br>
98+
</kbd>
99+
</td>
100+
<td width="33%">
101+
<kbd>
102+
<a href="https://raw.githubusercontent.com/aduguid/SqlServerReportingServices/master/ServerReports/Subscriptions.rdl">Report Subscriptions</a>
103+
<br>
104+
<br>
105+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsreportsubscriptions.png" align="top" width="256px" title="Report Subscriptions" />
106+
<br>
107+
<br>
108+
<span style="max-width:256px;">This report is used for querying the deployed SSRS subscriptions.</span>
109+
<br>
110+
</kbd>
111+
</td>
112+
<td width="33%">
113+
<kbd>
114+
<a href="https://github.com/aduguid/SqlServerReportingServices/blob/master/ServerReports/Execution%20Log.rdl">Report Execution Log</a>
115+
<br>
116+
<br>
117+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsreportexecutionlog.png" align="top" width="256px" title="Report Execution Log" />
118+
<br>
119+
<br>
120+
<span style="max-width:256px;">This report is used for querying the report server exection log table.</span>
121+
<br>
122+
</kbd>
123+
</td>
124+
</tr>
125+
<tr valign="top">
126+
<td width="33%">
127+
<kbd>
128+
<a href="https://github.com/aduguid/SqlServerReportingServices/blob/master/ServerReports/Report%20Documentation.rdl">Report Documentation</a>
129+
<br>
130+
<br>
131+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsreportdocumentation.png" align="top" width="256px" title="Report Documentation" />
132+
<br>
133+
<br>
134+
<span style="max-width:256px;">This report is used for querying the deployed report XML.</span>
135+
<br>
136+
</kbd>
137+
</td>
138+
<td width="33%">
139+
<kbd>
140+
<a href="https://github.com/aduguid/SqlServerReportingServices/blob/master/ServerReports/Data%20Sources.rdl">Report Data Sources</a>
141+
<br>
142+
<br>
143+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsreportdatasources.png" align="top" width="256px" title="Report Data Sources" />
144+
<br>
145+
<br>
146+
<span style="max-width:256px;">This report is used for querying the deployed data sources.</span>
147+
<br>
148+
</kbd>
149+
</td>
150+
<td width="33%">
151+
<kbd>
152+
<a href="https://github.com/aduguid/SqlServerReportingServices/blob/master/ServerReports/Permissions.rdl">Report Server Folder Permissions</a>
153+
<br>
154+
<br>
155+
<img src="https://raw.githubusercontent.com/aduguid/SoftwarePortfolio/master/Images/ReadMe/ssrsreportfolderpermissions.png?" align="top" width="256px" title="Report Server Folder Permissions" />
156+
<br>
157+
<br>
158+
<span style="max-width:256px;">This report is used for querying the report server folder permissions.</span>
159+
<br>
160+
</kbd>
161+
</td>
162+
</tr>
163+
<tr valign="top">
164+
<td width="33%">
165+
<kbd>
166+
<a href="https://gist.githubusercontent.com/aduguid/4905cd812ef2c86ad3d026be852c62ad/raw/deff6b7cd79f2b729aa31e62795cfa32956cf4f3/SSRS.heatmap_example">Heat Map Calendar</a>
167+
<br>
168+
<br>
169+
<img src="https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/master/Images/ReadMe/ssrsheatmap_calendar.png" align="top" width="256px" title="Heat Map Calendar" />
170+
<br>
171+
<br>
172+
<span style="max-width:256px;">The report uses a nested tablix inside of a matrix to show a calendar view. The heat map is implemented using a function with a report variable for the base color to produce a gradients of the color. Each day on the calendar can be hyperlinked to a detailed Reporting Services report.</span>
173+
<br>
174+
</kbd>
175+
</td>
176+
</tr>
177+
</table>
178+

0 commit comments

Comments
 (0)