On Sun, Feb 26, 2012 at 10:02 AM, Fuse <[email protected]> wrote:
> First Question:
> I want to query datasets out from MSSQL and insert them into an Oracle
> table.
>
> I tried to do the following with no success:
> DBa=Sequel.connect("oracle://...")
> DBb=Sequel.connect("tinytds://...")
>
> DBa[:table].import([:x, :y], DBb[:table2].select(:a, :b))
>
> Is there a way that I can do this, or is this not supported?
>

One of the guys at Heroku wrote a very simple tool for doing something
like this. It doesn't cover all of the problem, but it makes a good
start.

https://github.com/ddollar/valkyrie

-- 
Peter van Hardenberg
San Francisco, California
"Everything was beautiful, and nothing hurt." -- Kurt Vonnegut

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to