Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subreport Blues
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Services de reporting
Titre:
Versions des environnements
SQL Server:
SQL Server 2014
OS:
Windows 10
Network:
Windows Server 2012
Divers
Thread ID:
01654500
Message ID:
01654501
Vues:
51
>I have a header table that has two one-to-many relationships to 2 independent detail tables. I would need to generate a report that displays header information and then a subreport for each table filtered to the Header Id.
>
>Is SSRS a alternative at all? It seems incredibly slow.
>
>Thanks for any suggestion on how to approach this, other than coding this generating a rather convoluted Excel worksheet.

SSRS subreports can be slow, especially if they have to iterate over a large number of rows. If you can imagine how a DBA fears what a correlated subquery did in SQL Server 15 years ago, that's how SSRS processes subreports today

My only advice - if subreports are going to slow things down unacceptably, you might consider exploding the original result set as one big matrix/Cartesian product. Yes, that can present challenges in the report designer, depending on the output requirements.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform