I have a large table and would like to know if it's possible to improve performance for queries.
Running a simple query takes several minutes. See the execution plan below: https://files.fm/down.php?cf&i=pxgp25tr&n=ep.sqlplan
I'm using Microsoft SQL Server 2016, and I have this stored procedure:
How can I improve the performance of the procedure above?
This is my execution plan:
https://www.brentozar.com/pastetheplan/?id=r1m43JclQ
Is there a way to improve the select performance?