create schema执行:IF not EXISTS(select * from sys.schemas where name = 'myschema')BEGINexec('CREATE SCHEMA [myschema] AUTHORIZATION [dbo]')END
不同批次语句