On Wed, Jun 4, 2008 at 3:44 PM, Jochem van Dieten <[EMAIL PROTECTED]> wrote: .... > I am not familiar with any tools for porting from MS SQL Server.
Last I did it, I used mysql workbench to grab the data from MS, then I used some random tool to port mysql to postgres. Basically it was a chain, and while 90% went pretty smooth, *amazingly*, there was a bit of futzing with stuff... changing some datatypes before the port (the real port) on the mssql box helped a good deal too. Smoothed things out, if you will. And I'm loving ORMs, actually, for the code end of the SQL madness. They generally (but still sorta do!) don't care what sql backend you use... Fun stuff. +1 for Postgres, it's the bee's knees. -- Dave: How many fingers am I holding up in front of your eyes right now? Wally: Three! Dave: That's good. That's pretty good, considering that he's blind. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306859 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

