ORM will not work with MSSQL, unless you specify the column names manually, because PDO does not support the "list columns" method.
There was someone who started a MSSQL module for more robust handling of limit() and other things, search for forums for it.
'kohana-mssql' => MODPATH.'kohana-mssql',
'database' => MODPATH.'database', // Database access
It looks like you're new here. If you want to get involved, click one of these buttons!