Sunday, February 12, 2012

ap_ prefix to stored procedures

What does the ap_ stand for as a prefix to stored procedures?

A DBA tried to teach me something about the prefixes etc.. but I can't recall what it meant.

In this case ap_ may represent "ONE" persons naming convention?

something procedure...

other common ones in our database are dt_ and zz_

Its ok.. I know your all busy..

It is probably any naming convention I want..

I just thought it might be a case where the majority of SQL Developers use the same naming conventions.

Thanks.

|||

It is probably just some naming convention that the previous developers or dba's had. I have seen <Action><Table>, sp_<action><table>, and many others in the past.

No comments:

Post a Comment