IF NOT EXISTS (SELECT 0 FROM information_schema.schemata WHERE schema_name='name_of_schema') BEGIN EXEC sp_executesql N'CREATE SCHEMA ...
確定! 回上一頁