I am making a report in SSRS and some of the data is being obtained from a query, while other data such as db size is being taken from stored procedure (sp_databases)...
How can I join this data?
I was wondering what would be the best way to join these? Temp table? To my knowledge I cannot use a view since they cant call stored procedures, am I correct?