• Good one point question.

    Below query returns the required result:

    select * from tempdb..sysobjects where name like '#testvm%'

    Thanks