Can DO 3.9 be made to support SQL Azure? I just tried a test connection, and Domain.Build() failed with:
----> System.Data.SqlClient.SqlException : 'ANSI_DEFAULTS' is not a recognized SET option. |
In general it is possible but not through existing MS SQL driver. It is required to implement a specific one. |