Files
2016-11-02 14:23:38 -07:00

4 lines
67 B
Transact-SQL

-- Creates a schema for the external data
CREATE SCHEMA ext;
GO