Re: SQL Server performance problem

2015-01-28 Thread chj
Avoid using ODBC. It's horribly slow. While I have no experience with MSSQL, you may have a look at django-mssql: https://django-mssql.readthedocs.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

SQL Server performance problem

2015-01-28 Thread Fred
I'm on a W7 32bit virtual machine with python 2.7 and SQL Server 2008 with local views referencing Linked Server where the real data resides. My setup is Django (1.7.4) django-pyodbc (0.2.6) django-pyodbc-azure (1.2.3) not using this, it was a false start that did not pan out.