See if I can even explain this without getting confused.
One user authorized to be connected to SQL server. They are currently running update queries to update tables in another database that everyone has authorization to use. The problem is that the data on the server is updated constantly and only when the query is ran manually, do the other users see the information. Is there a way to set something up so that the queries will automatically run every 15 or 20min?
One user authorized to be connected to SQL server. They are currently running update queries to update tables in another database that everyone has authorization to use. The problem is that the data on the server is updated constantly and only when the query is ran manually, do the other users see the information. Is there a way to set something up so that the queries will automatically run every 15 or 20min?