Hi
I've previously built several PowerApps and Power BI reports running off a common Azure SQL database.
To improve app & report performance I set up several Stored Procedures to carry out the heavy lifting... worked a treat bringing display time down from 'will this %*$& ever load..!' to, 'wow that was quick!'.
I'm now tasked with working with Dataverse with some tables expecting to hold over 10m rows and growing.
I've found a bit of info' on how Dataverse SQL differs from normal SQL here: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/how-dataverse-sql-differs-from-transact-sql?tabs=supported which appears to offer a starting point.
However, there aren't any worked examples showing how to piece the 'stored procedures' together.
I'm assuming that there isn't anything as useful as SSMS available to use with Dataverse?
Any points, help, tips, etc. would be greatly appreciated.
Thanks in advance.