I am trying to enable XA transaction for the MS sql server 2008
running on Windows server 2008 R2
.
For that I have to copy the SQLJDBC_XA.dll
file from the JDBC installation directory to the Binn directory.
This database server doesn't have any such file anywhere in the disk and I don't have access to the installation CDs. Is there any way I could get this specific file?
As per my comment, the JDBC SQL Server driver can be downloaded from https://msdn.microsoft.com/en-us/library/mt484311(v=sql.110).aspx which also contains instructions for configuration etc.