Hey guys,
I just started a new job writing SQL queries in a DB2 environment which is all new to me. The unnerving thing is our agency is billed for each mainframe transaction so I feel bad for running countless test queries to work out the logic.
I would like to somehow get a test copy of the Db2 and load it into my local SQL enterprise manager. Then I can work out the logic with no worries. The only way I can see to do this is to build a dummy database with test tables. Then export table data from Db2 to a text file. Then import the text file data into my blank table.
Will this work, or is there any easier method? One problem is these tables are huge with over 300,000 records so I might bog down my PC with a massive import.
I just started a new job writing SQL queries in a DB2 environment which is all new to me. The unnerving thing is our agency is billed for each mainframe transaction so I feel bad for running countless test queries to work out the logic.
I would like to somehow get a test copy of the Db2 and load it into my local SQL enterprise manager. Then I can work out the logic with no worries. The only way I can see to do this is to build a dummy database with test tables. Then export table data from Db2 to a text file. Then import the text file data into my blank table.
Will this work, or is there any easier method? One problem is these tables are huge with over 300,000 records so I might bog down my PC with a massive import.