1

We migrated from Net Weaver to Tomcat for JAVA servers and during migration the sendStringParametersAsUnicode parameter was not set as false in SQL connection URL which causes severe performance degradation.

Now we are setting sendStringParametersAsUnicode=false explicitly for Java.

My question is, do we need to set this parameter while connecting to SQL 2008 from .NET 4?

As far as I know it is applicable for Java drivers/engine.

Below article explains more on sendStringParametersAsUnicode connection parameter.

1 Answer 1

2

This parameter is needed just for JAVA Drivers and is needed just when connecting with a Java application.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.