When trying to create 100 SQL databases from 100 sessions at about the same time with the following statement:
Format(L"CREATE DATABASE %s ", name)
Some of the session failed to create database with this error:
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
Any idea what might be the cause?