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

Last updated by Jayden Alchin [SSW] almost 2 years ago.See history

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.

Figure: Bad Example - Database with bad names

Figure: Good Example - Database with standard names

We open source. Powered by GitHub