Are there any use cases for permanent tables in tempdb database ? By permanent I mean not using # or ## but creating a real table in tempdb. I know that restarting the sql service will wipe the tempdb, but would this practice be bad for any other reason?
I'm asking because I have one use case for this, I need a temp table but that will be open for more that a sql connection span.
EDIT: the actual data in the long-living temp table are serialized files, not data based on collation or anything else