A database has already been declared with the default alias Explanation: You attempted to attach a database using the default alias when there already was a one. In interactive SQL, you get this error only if you choose not to override the current default database. User Action: Include an alias which has not been declared in the DECLARE ALIAS or ATTACH statement.