Changing the order of the user creation in relation to the schemas. The users need to already exist in order for the schemas to be created successfully. Unfortunately the schema creation fails silently when the users don't exist. There should be little to no impact on moving the user creation earlier in the process. Also wrapping the schema name in brackets in the script creation because it can have spaces and special characters.
Changing the order of the user creation in relation to the schemas. The users need to already exist in order for the schemas to be created successfully. Unfortunately the schema creation fails silently when the users don't exist. There should be little to no impact on moving the user creation earlier in the process. Also wrapping the schema name in brackets in the script creation because it can have spaces and special characters.