Installation for linux guys
- Install a driver for your linux machine!
- I recommend
FreeTDS
Installing FreeTDS from bash script
You may look at my script @ https://github.com/adgsenpai/InstallFreeTDS (opens in a new tab)
Installing FreeTDS Manually
- Install pre-requisite packages
sudo apt-get install unixodbc unixodbc-dev freetds-dev freetds-bin tdsodbc- Point
odbcinst.inito the driver in/etc/odbcinst.ini
[FreeTDS]
Description = v0.91 with protocol v7.2
Driver = MYDRIVERPATHwhere MYDRIVERPATH is the path of the libtdsodbc.so file
Hint! Look in the /usr/lib/mylinuxdistro/odbc folder!
Will implement script in the future to install/automate this for linux solutions.
pip install sqlserverInstallation for windows guys
pip install sqlserver