Closed GoogleCodeExporter closed 9 years ago
I use pyodbc with SQL Server 2008 R2 daily, so I'm confident it works in
general.
There are two common issues I think will answer your question:
1) The first is that SQL Server Express doesn't use the default instance name,
so you must provide it as part of the SERVER keyword. Something like:
Server=127.0.0.1\SQLEXPRESS
2) I believe R2 does not enable TCP/IP by default, so make sure you check the
SQL Server protocols and enable them.
(And don't forget to check your firewall ;)
Original comment by mkleehammer
on 17 Aug 2012 at 2:05
Original issue reported on code.google.com by
anurag.c...@gmail.com
on 10 Aug 2012 at 6:15