Hi all,
Does anyone know of a way to execute a stored procedure from within a stored procudure using some of the params passed in from the original procedure.
i.e. if i pass in params @id, @event date, @ log into sproc 1 then sproc 1 will do it's own stuff and pass in @log and @event_date to sproc 2.
Thanks!