I like to store procedure containing temp tables in the dataset
I have tried with
Query="EXECUTE [kpi].[KPI_NV]"])
and
Sql.Database("CZPHADDWH01\DEV", "DWH_Staging", [Query="EXECUTE [kpi].[KPI_NV]"])
which raises an error
Details: "Microsoft SQL: Incorrect syntax near the keyword 'Database'. Unclosed quotation mark after the character string '])'."