Do you know the naming convention for use on database server test and production?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

Generally, every client should have a dev and a test database, so the dev database needs to have the postfix "Dev" and the test database need to have the postfix "Test"(E.g. SSWCRMDev, SSWCRMTest). However, you don't need any postfix for the production database.

Image

❌ Figure: Bad Example - Database with bad names

Image

✅ Figure: Good Example - Database with standard names