26 Mar 2012 09:25
SQL Server Express 2008 R2 - Connection Error
Hi there, After running into some issues compiling from source - bumping up against the -- mno-cygwin issue using the latest MinGW release! :( - I reverted back to using Python 32 bit 2.7.2 environment, with the precompiled IMDbPy binary. Using Pip, here's what I have: c:\Python27\Scripts>pip freeze Cython==0.15.1 FormEncode==1.2.4 IMDbPY==4.8.2 MySQL-python==1.2.3 SQLAlchemy==0.7.6 SQLObject==1.2.2 distribute==0.6.24 lxml==2.3.3 pymssql==2.0.0b1 This is under Windows 7. Each of the above was installed from a binary package. Now with this setup, I can dump the entire IMDb to MySQL using: python27 imdbpy2sql.py -d d:/install/imdb/subset/ -u "mysql://root:mysql <at> localhost/imdb" --mysql-force-myisam Which works great. However, now I'd like to get the same info into SQL Server Express 2008 R2. I have created an imdb user/login for SQL Server. Yet when I execute:(Continue reading)
Sorry, but I know next to nothing about databases on a Windows environment,
so I can't be of any help on this.
RSS Feed