• archana.singh 38798 (11/23/2010)


    This will surely work :

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

    No, because it will also return tables called '#testvm_something' etc. as was explained earlier