Do you know the naming convention for use on database server test and production?
Last updated by Brady Stroud [SSW] 10 months ago.See historyGenerally, 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.