My understanding is that sql server does not have parameterized views. Can a UDF be used in the same way as a View. Can a UDF be joined to other tables and be treated like a view. Can permissions be assigned to the UDF so that the user does not need permissions to the underlying tables. I appreciate any comments on this.