DROP DATABASE IF EXISTS testdb WITH (FORCE); CREATE DATABASE testdb OWNER testdb;