Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, September 8, 2017

Performance - View vs. SP

SQLServerCentral » Latest topics
Performance - View vs. SP
I have inherited a DB where a specific report is created using a view, which in turn calls a function that takes month as a parameter and the function has to be called as many times as the number of months YTD. So 7 times for July.

To do some pos

No comments: