Is there a Best Practices in naming a ##Global Temporary Table in a SQL Server Stored Procedure which is used within a SSRS Dataset so that the creation and use of the ##Global Temporary Table won't step on other people that may actually try and attempt to run the same report at around the same time? Should the ##Global Temporary Table be further qualified by the requesting user? And how would I go about doing that?
Thanks for your review and am hopeful for a reply.