I tried to create a new Schema with Pre SQL with the following statements, which work fine in the Microsoft SQL Server Management Studio but now in Alteryx:
- CREATE SCHEMA Sales AUTHORIZATION [dbo] -> No error message, but also no new Schema.
- CREATE SCHEMA Sales -> No error message and also no new Schema.
I have no problem to create a new DB-table with an existing schema. But this is not what I need. I appreciate any suggestions.
