Rethabile02
Results
1
comments of
Rethabile02
CREATE SCHEMA must be in its own batch, try the format below. IF NOT EXISTS ( SELECT * FROM sys.schemas WHERE name = N'DB' ) EXEC('CREATE SCHEMA [DB] AUTHORIZATION [dbo]');...