Quote:
|
Originally Posted by lhrt
you mean i have to create all tables manually in that sql file?
|
If your script contains statements like "CREATE TABLE ..." you should run it like this:
"db2 -tvf yourscriptname.sql"
and it will create empty tables for you.
PS See, if you'd shown us your script in the beginning you'd get better answers right away.