mirror of
https://dev.azure.com/tstanciu94/Packages/_git/Netmash
synced 2025-07-30 11:11:10 +03:00
4 lines
152 B
Transact-SQL
4 lines
152 B
Transact-SQL
if not exists (select top 1 1 from sys.schemas where name = '{MetadataSchema}')
|
|
begin
|
|
EXEC ('CREATE SCHEMA [{MetadataSchema}] AUTHORIZATION [dbo]')
|
|
end |