A database cannot be created or altered while a transaction is active Explanation: You issued a CREATE DATABASE or an ALTER DATABASE statement while a transaction was still in progress. User Action: You must either COMMIT or ROLLBACK the current transaction or wait until the current transaction is terminated before creating another database or altering an exsisting one.