How to make Micorsoft SQL Server's integrated security (SSPI) work in Spoon:
- Download the MS SQL JDBC sql drivers
- Copy enu\auth\x64\sqljdbc_auth.dll to {spoon installtion folder}\libswt\win64
- Copy enu\auth\x64\sqljdbc_auth.dll to {spoon installtion folder}\libswt\win32
- Copy C:\sqljdbc_4.0\enu\sqljdbc4.jar to {spoon installtion folder}\libext\JDBC
- Open Spoon
- When creating the data source, make sure to check "Use integrated authentication"
Please note that you are copying the 64 bit version of sqljdbc_auth.dll to both \libswt\win64 and \libswt\win32 if you have a 64 bit processor.
Comments