All Projects → SQL-Server-projects → Reporting Services Examples

SQL-Server-projects / Reporting Services Examples

Licence: mit
📕 Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template.

Projects that are alternatives of or similar to Reporting Services Examples

Querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Stars: ✭ 2,111 (+3250.79%)
Mutual labels:  sql, sql-query, database, sql-server
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+4084.13%)
Mutual labels:  sql, database, sql-server
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (+1461.9%)
Mutual labels:  sql, sql-query, database
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (+492.06%)
Mutual labels:  sql, sql-query, database
Tableqa
AI Tool for querying natural language on tabular data.
Stars: ✭ 109 (+73.02%)
Mutual labels:  sql, sql-query, database
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (+187.3%)
Mutual labels:  sql, database, sql-server
Dataux
Federated mysql compatible proxy to elasticsearch, mongo, cassandra, big-table, google datastore
Stars: ✭ 268 (+325.4%)
Mutual labels:  sql, sql-query, database
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (+284.13%)
Mutual labels:  sql, database, sql-server
Go Mysql Server
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
Stars: ✭ 445 (+606.35%)
Mutual labels:  sql, database, sql-server
Monitor Table Change With Sqltabledependency
Get SQL Server notification on record table change
Stars: ✭ 459 (+628.57%)
Mutual labels:  sql, database, sql-server
Squid
🦑 Provides SQL tagged template strings and schema definition functions.
Stars: ✭ 57 (-9.52%)
Mutual labels:  sql, sql-query, database
Postguard
🐛 Statically validate Postgres SQL queries in JS / TS code and derive schemas.
Stars: ✭ 104 (+65.08%)
Mutual labels:  sql, sql-query, database
Minisqlquery
Minimalist SQL Query tool for any .NET DB Provider - SQL, SQLite, SQL CE, Oracle, Access...
Stars: ✭ 103 (+63.49%)
Mutual labels:  sql, sql-query, sql-server
Deveeldb
DeveelDB is a complete SQL database system, primarly developed for .NET/Mono frameworks
Stars: ✭ 80 (+26.98%)
Mutual labels:  sql, sql-query, database
Tiny tds
TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Stars: ✭ 575 (+812.7%)
Mutual labels:  sql, database, sql-server
Dotmim.sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Stars: ✭ 406 (+544.44%)
Mutual labels:  sql, database, sql-server
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+7352.38%)
Mutual labels:  sql, sql-query, database
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+12682.54%)
Mutual labels:  sql, database, sql-server
Sqlz
SQL Query Builder for Go
Stars: ✭ 36 (-42.86%)
Mutual labels:  sql, database
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+13863.49%)
Mutual labels:  sql, sql-server

Microsoft SQL Server Reporting Services (SSRS)

Join the chat at https://gitter.im/SqlServerReportingServices License: MIT Latest Release Github commits (since latest release) current_build 2016

The following examples are used to query the database & report server. I have included some useful scripts and documents as well.

File List

Miscellaneous

Documentation

Scripts

Reports

Database Server

Report Server

Data Dictionary



This report is used for querying the data dictionary of a SQL Server database.
Scheduled Jobs Gantt Chart



This report is used for querying the scheduled jobs for a SQL Server database.
Activity Monitor



This report queries the activity monitor from SQL Server.
Report Listing



This report is used for querying the deployed SSRS reports, their subscriptions and their execution logs.
Report Subscriptions



This report is used for querying the deployed SSRS subscriptions.
Report Execution Log



This report is used for querying the report server exection log table.
Report Documentation



This report is used for querying the deployed report XML.
Report Data Sources



This report is used for querying the deployed data sources.
Report Server Folder Permissions



This report is used for querying the report server folder permissions.
Heat Map Calendar



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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].