• Hi all,

    Jane, thanks for posting your article, one things I did notice was;

    "Stored procedures should be named by function and the object they work on. Standard prefix like ‘p’, ‘usp’ or ‘sp_’ (contra-indicated by Microsoft for performance reasons) are not recommended"

    I understand about 'sp_' as this indicates a system stored procedure to SQL, however does the 'usp' also indicate this?

    Thanks,

    Jackal