I am a DBA trying to developer a list of standards/guidelines for our developers to follow. Included on the list is object naming conventions, database security and object privileges. One example is not using sp_ for user created stored procedure (recommend using usp_). Another example would be having dbo as owner of user created tables and not db user.
Has anyone else developed a list that they can share or know of some good resources to help define such a list???
Thanks is advance,
Jeff
Has anyone else developed a list that they can share or know of some good resources to help define such a list???
Thanks is advance,
Jeff