The Microsoft SQL Server Driver for Linux is only available on RHEL 5 or 6. If you want to use a driver on other platforms why not try the Easysoft ODBC-SQL Server driver which works on most Linux platforms on several chipsets not just X86 or X64. A trial can be obtained from : SQL Server ODBC Driver
Wow, such a deal at only $ 1,699.00 for one machine for the EasySoft solution! Ouch!
Other problems with the Microsoft offered one is that it is not only for RHEL, it’s also only for 64bit systems. Other systems and architecture are supposedly to be released later, but I’m not holding my breath for it.
What is the SQL Server ODBC Driver for Linux?
The SQL Server ODBC Driver for Linux allows native application developers (C/C++) running on Linux to connect to SQL Server. This release supports Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6 connecting to SQL Server 2008, SQL Server 2008 R2, and SQL Server 2012.
Will Microsoft support other UNIX variants?
Other variants of Unix (SUSE, Solaris, and HP-UX) may be supported in a future release.
Is the driver 64 bit or 32 bit?
The first version of the driver is a 64 bit. A 32-bit driver may be available in a future release.
Is the SQL Server ODBC Driver for Linux open source?
No, the SQL Server ODBC Driver for Linux is not an open source product.
>
>I’m hoping for one for openSUSE or SLES though.
>
>Wow, such a deal at only $ 1,699.00 for one machine for the EasySoft
>solution! Ouch!
>
>Other problems with the Microsoft offered one is that it is not only
>for RHEL, it’s also only for 64bit systems. Other systems and
>architecture are supposedly to be released later, but I’m not holding my
>breath for it.
>
>From ‘Welcome to the Microsoft SQL Server ODBC Driver for Linux’
>(http://msdn.microsoft.com/library/hh568451(SQL.110).aspx)> What is the SQL Server ODBC Driver for Linux?
>> The SQL Server ODBC Driver for Linux allows native application
>> developers (C/C++) running on Linux to connect to SQL Server. This
>> release supports Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux
>> 6 connecting to SQL Server 2008, SQL Server 2008 R2, and SQL Server
>> 2012.
>>
>> Will Microsoft support other UNIX variants?
>> Other variants of Unix (SUSE, Solaris, and HP-UX) may be supported
>> in a future release.
>>
>> Is the driver 64 bit or 32 bit?
>> The first version of the driver is a 64 bit. A 32-bit driver may be
>> available in a future release.
>>
>> Is the SQL Server ODBC Driver for Linux open source?
>> No, the SQL Server ODBC Driver for Linux is not an open source product.
>>
Interrupting with a rather off the wall item. SQL is a pretty well
defined standard interface to dozens of relational databases. ODBC is
pretty well defined as well. I expect almost any SQL to ODBC middle ware
will work. Part of the problem is that there is no perfectly conforming
SQL or ODBC implementations. You may have to implement workarounds.