2
votes
2answers
350 views
Does query plan optimizer works well with joined/filtered table-valued functions?
In SQLSERVER 2005, I'm using table-valued function as a convenient way to perform arbitrary aggregation on subset data from large table (passing date range or such parameters).
I'm using th …
