I have a stored procedure called Sp_Ejecucion inside it create a temporary table with the following structure: CREATE TABLE #CambioResult (FOL INT IDENTITY, RESULT INT)
I have a stored procedure called Sp_Ejecucion inside it create a temporary table with the following structure: CREATE TABLE #CambioResult (FOL INT IDENTITY, RESULT INT)