[Tutor] Connecting to MS SQL Server

Alan Gauld alan.gauld at yahoo.co.uk
Tue Mar 20 10:35:01 EDT 2018


On 20/03/18 13:55, Mitesh H. Budhabhatti wrote:
> Hello,
> 
> Can anybody please suggest better way to connect MS SQL Server database?

As Mats said, better than what?
There are at least two "official" ways:
1) using the SQL Server driver
2) Using the ODBC driver.

Both are described here:

https://docs.microsoft.com/en-us/sql/connect/python/python-driver-for-sql-server

If you are doing anything else then try these.
If they don't work get back to us with more specific
details.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list