diff --git a/configs/samples/res_odbc.conf.sample b/configs/samples/res_odbc.conf.sample
index 42d89ec0fd84119a0443caa8d17c5575871cb333..c69f55637555ccc428e49969ce355ed079e69acc 100644
--- a/configs/samples/res_odbc.conf.sample
+++ b/configs/samples/res_odbc.conf.sample
@@ -74,13 +74,11 @@ password => mypass
 pre-connect => yes
 
 ; Certain servers, such as MS SQL Server and Sybase use the TDS protocol, which
-; limits the number of active queries per connection to 1.  By telling res_odbc
-; not to share connections, Asterisk can be made to work with these servers.
+; limits the number of active queries per connection to 1.
 [sqlserver]
 enabled => no
 dsn => mickeysoft
-share_connections => no
-limit => 5
+max_connections => 5
 username => oscar
 password => thegrouch
 pre-connect => yes