I want to thank Steven Ovits for many hints, tests and patches
for the support of MS SQL Server/SQLExpress.

The short version: the imdbpy2sql.py script in the CVS now
works with MS SQL Server.
It should takes about 4 or 5 hours and over 5 GB of space to complete.

Caveat: SQLObject has a problem with SQL Server, as it insists
into using VARCHAR(4000) instead of TEXT.
Temporarily, you can change sqlobject/col.py (around line 491) from
    type = 'varchar(4000)'
to
    type = 'text'

The problem was communicated and I suppose future versions of
SQLObject will work without out-of-the-box.

-- 
Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to