How can I do this setup ? I test with add property and put on the url ==> this not work
jdbc:sqlserver://myserver:xxxx;InitializationString=(set QUOTED_IDENTIFIER on);DatabaseName=mydatabase
I test with additionnal sql when connection is establish ==> this not work
Without this, I have a query error : Incorrect syntax near the keyword
Thanks for your help