说明: ------------------创建数据库-------------------------- use master go exec xp_cmdshell 'mkdir E:\Angel', no_output if exists(select * from sysdatabases where name='WebShopDB')--检验数据库是否存在,如果为真,删除此数据库-- drop database WebShopDB go --创建建库WebShopDB create data <sinat_29541691> 上传 | 大小:3mb