here\'s the situation:
I have an SSRS report that uses an SP as a Dataset. The SP creates a Temp Table, inserts a bunch of data into it, and select\'s it back out
A temp table with a single # is a local temporary table and its scope is limited to the session that created it, so collisions should not be a problem.