How to not allow odbc sql driver 18 for sql so it does not add dbo_ before name of table while connecting with Azure Sql database.
How can I configure ODBC for this?
Table after connection : dbo_tblusers
expecting : tblusers
New contributor
Mohammed Husain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.