|
James K
Flowing Fount of Yak Knowledge
1499 Posts |
Posted - 01/15/2013 : 10:04:51
|
| You can lock the table but a better option may be to use a temporary table. Temporary tables are scoped to the session that created it, so multiple users can use the same temporary table name and they will not interfere with each other. (I am of course assuming that the source data used to populate the temporary table is not altered by the reporting queries). |
 |
|