Home > Configuration > Load Balancing > setlbvserver_mssqlserverversion

setlbvserver_mssqlserverversion

Use this method to set for a load balancing virtual server of type MSSQL, the Microsoft SQL Server version. Set this parameter if you expect some clients to run a version different from the version of the database. This setting provides compatibility between the client-side and server-side connections by ensuring that all communication conforms to the server's version.

Syntax



Parameters

name

Name of the virtual server.
This is mandatory parameter.

mssqlserverversion

For a load balancing virtual server of type MSSQL, the Microsoft SQL Server version. Set this parameter if you expect some clients to run a version different from the version of the database. This setting provides compatibility between the client-side and server-side connections by ensuring that all communication conforms to the server's version.
Default value = TDS_PROT_2008B.
Possible Values : 70, 2000, 2000SP1, 2005, 2008, 2008R2, 2012, 2014.

Return Value

Returns simpleResult

See Also