创建数据库 创建之前判断该数据库是否存在 if exists (select * from sysdatabases where name=databasename) drop database d...