Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Looking for a script code to save my qvd into Teradata/Oracle data base.
My requirement is to take the back up of my old qvd file to taradata.
Thanks,
Ragi
Don't think LOAD Script can ever write anything to DB.
Agree with ASHFAQ, simply create a dataflow in Expressor should do it.
Of course, expressor is the best for it.
But if you dont have expressor and your files are not large, and you need to do it once, i think, you may use script. Store data from qvd into another file format and then load it into DB with another tool or try to prepare INSERT statemants or statemants to run stored procedure inside script and fire it with SQL caluse. Trying those solutions is not big cost. Simple find the best approach in your case
. I agree, that inserting data into external DB from script is not the best idea in the world, but i think, that in some cases we may try to use it.
regards
Darek