The two procedure returns two tables, I want to do a inner join with these 2 tables
on Product and Expiration.
One stored procedure is
dbo.GetMaxTranslatedSkewTi
mes
And the other is
Dbo.GetCotnractList
I can do a stored the procedure that combines all the commands from the stored procedures, I wonder if there is a easier way.
Start Free Trial