Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2025 01:28 AM
working with SSRS can be a pain but it is possible.
Using openquery you can probably pull it off.
That's what we use anyway. We also do some dirty trick with defining databricks as a linked server and then use stored procedures on the linked server (for those reports that will not work otherwise). Can't tell you a lot about that because I do not build the reports myself.