I have this stored procedure
CREATE PROCEDURE UpdateWeatherReport ( @TemperatureData VARCHAR(100), @StationID VARCHAR(7), @ErrorCode INT OUTPUT,