Can I insert into 1 table from 2 concurrent transactions.
Example: I need to insert all rows from table x into my fact table I also need to insert all rows from table z into the same fact table. Do I have to wait and run them back to back or can they load at the same time.
-Kevin