Seems to be some errors in translation.php
Modify the row 388 from
$param = "'$param'";
to
$param = "$param";
Other change
// Check for true offset
if ( (count($limit_matches) == 5 ) && $limit_matches[1] != '0' ) {
$true_offset = true;
} elseif ( (count($limit_matches) >= 5 ) && $limit_matches[1] == '0' ) {
$limit_matches[1] = $limit_matches[4];
}
Now all seems to function correctly.
Can you confirm the modifies?
Thank you
For more details you can view posts on support forum
http://sourceforge.net/projects/wp-sqlsrv/forums/forum/1125734/topic/5008814
http://sourceforge.net/projects/wp-sqlsrv/forums/forum/1124403/topic/5004241
http://wordpress.org/extend/plugins/wordpress-database-abstraction/