As the stackoverflow link states, pyodbc is the most advanced sql
server library for python. Quite a few libraries use it like
sqlalchemy. If you are using Django on Linux, your only options are
django-pyodbc or use sqlalchemy outside of the Django ORM. If your
environment is on Windows, you can also use django-mssql. I am
currently using django-pyodbc on a project with Django 1.2b and I
can't exactly call django-pyodbc stable with multiple databases. In
testing, I didn't have any problems with django-pyodbc with Django
1.1.

On Mar 11, 8:29 pm, Sam Lai <samuel....@gmail.com> wrote:
> http://stackoverflow.com/questions/842831/using-sql-server-with-djang...
>
> Might help. No personal experience though.
>
> On 12 March 2010 12:16, Nick <nickt...@gmail.com> wrote:
>
> > I am working on a new project that has a Microsoft SQL Server 2008 for
> > storing data. Can I bind Python and Django with this DB? Are there any
> > performance issues involved? What sort of server configuration needs
> > to be done?
>
> > This is for a job and so I can't really use something that's not been
> > tested and is reliable.
>
> > Thanks in advance for any responses.
>
> > Nick
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to