• Andy Hyslop (2/11/2013)[/b

    ...

    Why should User Defined Functions not be prefixed UDF or udf, views not Prefixed with VW or vw and Stored Procedures not USP or usp

    ...

    That is an odd question to show up on a SQL test. There are no technical reasons (that I know of) why you can't do that, or why the application would work better.

    I have seen many applications that used UDF, VW, and USP, but I have never seen any actual application problems caused by this.

    Of course there are many good reasons not to use them that others have pointed out, but in the end they amount to style preference, standards, ease of coding, ease of understanding, etc.