BI & Analytics connector
The SSRS data catalog your whole team can trust.
The Dawiso SSRS connector turns your ReportServer database into a searchable data catalog: every paginated report, dataset and subscription, linked to the data sources they use.
First things first
What is a data connector?
A data connector is the bridge between a tool in your stack and the catalog that gives you a unified view of it. Once a connector is configured, it reaches into the source system on a schedule, reads out the metadata - schemas, tables, dashboards, jobs, ownership, lineage - and represents it inside the catalog. Your actual rows and values stay where they are.
Connectors are the reason a data catalog can answer questions like "which Power BI dashboard depends on this Snowflake table?" or "who owns the orders topic in Kafka?" - automatically, without anyone keeping a spreadsheet up to date.
Three properties separate a good connector from a brittle one: it should be read-only and safe, it should be incremental so a full re-scan isn't required for every refresh, and it should resolve lineage across system boundaries, not just inside one tool.
About the platform
What is SQL Server Reporting Services?
SQL Server Reporting Services (SSRS) is Microsoft's on-prem reporting platform, first released in 2004 with SQL Server 2000 and shipped with every Developer, Standard and Enterprise edition since. Finance teams, regulators and operations still rely on paginated SSRS reports for invoices, statements and statutory output that Power BI cannot easily replace.
The ReportServer database knows what reports exist. What it doesn't tell anyone is which Power BI dashboard duplicates them, who owns them, or which paginated reports nobody has opened in two years. That's where the Dawiso SSRS data catalog joins the picture: read-only, metadata-only, and cross-platform.
Architecture
How Dawiso connects to SSRS
A small read-only role on the SSRS side. The Dawiso scanner pulls metadata on a schedule. Everything ends up in your catalog, business-readable.
Source
SQL Server Reporting Services
- ReportServer database
- Folders & catalog items
- Paginated reports & datasets
- Subscriptions & schedules
Dawiso scanner
Read-only metadata
- Schema & object discovery
- Dependency resolution
- SQL flow parsing (optional)
- Sampling on opt-in
Catalog
Dawiso platform
- Searchable metadata
- Lineage & ownership
- Business glossary
- Policy & classifications
Connection details
- Protocol
- ReportServer database (db_datareader access)
- Authentication
- SQL login + database user · read-only role
- Lineage
- Report to dataset to data source links resolved from the ReportServer catalog, so each report is connected to the shared datasets and data sources it uses
Setup
Connect SSRS in 4 steps
- 01
Create a SQL login
Run CREATE LOGIN [DawisoIntegration] WITH PASSWORD = '...' on the SQL Server instance hosting the ReportServer database. Use a strong password.
- 02
Create the database user
Switch to the ReportServer database and run CREATE USER [DawisoIntegrationUser] FROM LOGIN [DawisoIntegration]. The user maps the server login into the report-catalog database.
- 03
Grant db_datareader
Run ALTER ROLE [db_datareader] ADD MEMBER [DawisoIntegrationUser] in the ReportServer database. Read-only access is enough; Dawiso never writes to ReportServer.
- 04
Connect in Dawiso
Add the server name (DNS, IP or Azure SQL host with optional port), the login and password. Optionally enable Encrypt or Trust Server Certificate for SSL.
Capabilities
What you get with the SSRS connector
-
Paginated report catalog
Every folder, paginated report and subscription in ReportServer is searchable, with owners, schedule and the data source each report points to.
-
Report-to-source links
Trace any SSRS report through its dataset to the data source it points at, so the connection between reports and their backing systems is documented.
-
Dataset & data source library
Shared datasets and shared data sources are catalogued once and linked to every report that consumes them, so a definition lives in one place.
-
Report retirement insight
Twenty years of SSRS leaves dead reports. Surface which reports have not run, which have no subscribers, and which still matter to the business.
-
Ownership & certification
Mark reports as certified, deprecated or under review. The owner is visible directly in the catalog alongside SSRS role membership.
-
Power BI migration map
Plan SSRS-to-Power BI paginated migrations with evidence: which reports are critical, which duplicate Power BI, and which can be retired safely.
Business value
Why teams turn on the SSRS connector
- −65%
Fewer 'is this still used?' tickets
Stop asking the business which SSRS report is critical. Dawiso shows last-run dates, subscribers and the data behind every report in one view.
- 10×
Faster impact analysis
Before altering a stored procedure, see exactly which SSRS reports, datasets and subscriptions depend on it. Seconds, not days.
- Audit
Legacy made auditable
Twenty years of reports become a searchable, owned, classified inventory, linked to the data sources they use and with a clear retirement candidate list.
Ready to catalog your SSRS?
Set up the connector in an afternoon. See your first lineage graph the same day.
Frequently asked questions
What is an SSRS database?
Does SSRS have a data catalog?
What permissions does Dawiso need in SSRS?
Does Dawiso copy report data or run reports?
Can we use Windows or Active Directory authentication?
Does SSRS need to be on-prem?
Explore more connectors
SSRS is one of 30+ connectors. Bring your whole stack into the catalog.
-
Data Warehouse Snowflake -
Data Lakehouse Databricks -
Business Intelligence Power BI -
Business Intelligence Tableau -
Data Warehouse Google BigQuery -
Data Warehouse Amazon Redshift