cancel
Showing results for 
Search instead for 
Did you mean: 

msodbcsql11.dll version - does it matter?

former_member197700
Participant
0 Kudos

In the dev_w0 work process trace file on one system, it says:

Driver: msodbcsql11.dll Driver release: 11.00.2270

GetDbRelease: 12.00.4427.24

GetDbRelease: Got DB release numbers (12,0,4427,24)

On another system, it says:

Driver: msodbcsql11.dll Driver release: 12.00.2000

GetDbRelease: 12.00.4427.24

GetDbRelease: Got DB release numbers (12,0,4427,24)

Is that driver used in day to day processing of SAP?  How urgent is it that the driver and database levels be in sync?  Can it wait a few months?

Accepted Solutions (0)

Answers (2)

Answers (2)

luisdarui
Advisor
Advisor
0 Kudos

Hi Clifton,

You should always run the ODBC driver at the same level of your SQL Server instance.

You can download the updated client for SQL Server 2014 here:

https://www.microsoft.com/en-us/download/details.aspx?id=36434

Best Regards,

Luis Darui

Sriram2009
Active Contributor
0 Kudos

Hi Clifton.

1. Is this both system OS /DB & secure updates are same?

2. You can refer the Microsoft link about the ODBC driver dll

https://msdn.microsoft.com/en-us/library/jj730315(v=sql.110).aspx

Regards

SS