Creating a link between Original table and temp table (SQL)
Hi Guys,
I want to store a result of store procedure in temp table and make a link between it and the store procedure because i want temp table to be refreshed if any change happens to the result of store procedure.