Hi all,
Is there a way to use SQLBulkInsertData with a schema different from "dbo"? The command works, if the table is created in "dbo" schema but we were not successful with different schemas regardless of the nomenclature. We tried the following:
"[schema].[table]"
"schema.table"
"schema].[table"
We are using on-prem v12.
Any ideas?
Best regards,
Malte