After searching I did not find answer to my question. If I have linked table in Microsoft Access I have table updates every time if data changed.
I am now using SQL server and I have a stored procedure collecting data from many tables. I want this procedure to be executed once and the results to be stored in a table, or update if the data has changed.
How can I achieve this in SQL Server?