Today I was talking to colleagues about the use of inline table valued functions in SQL Server, why I recommend using them and in what scenarios they are useful.
It occurred to me that they do not have to have any input parameters but I couldn't think of any scenarios of when you would want to do this and it be of any benefit over a view, are there any?