-- Schema: dbo
-- Stored Procedure: GetStatistics

CREATE procedure [dbo].[GetStatistics]
as
begin
select * from GetStatistics_stato_report
select * from GetStatistics_elab
end