How do you name a procedure?
How do you name a procedure? A procedure concept should be a noun phrase that names the procedure. It should not contain information that it was done, or is to be ordered, carried out, or planned. Past tense verbal phrases should not be used to name procedures, since past tense invokes a temporal context, i.e. the procedure was done in the past. What is the Convention for a stored procedure? SQL Server Object Name ConventionObjectCodeLengthStored ProcedureP128Scalar User-Defined FunctionFN128Table-Valued FunctionFN128SynonymSN128 What is USP in stored procedure? I believe that usp is short for "user procedure". That distinguishes it from the system...