To whom can assist,
I currently use the Microsoft ODBC 13.1 driver (for windows authentication reasons) to connect to an Azure SQL database, I have no problem appending and deleting data but am having no success with creating and dropping tables. The error message is also odd, refering to the username as a schema name. Any help?
Error message:
“Error: Output Data (5): Error creating table "TABLENAME": [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]The specified schema name "USERNAME" either does not exist or you do not have permission to use it.”