Is there a way to check for the existance of a #Temp table?
Within a nested trigger I am running into problems creating a #Temp table because it sometimes already exists. I'd like to avoid trying to re-create the table if it is there, otherwise I need to create it so that it can be used.
Within a nested trigger I am running into problems creating a #Temp table because it sometimes already exists. I'd like to avoid trying to re-create the table if it is there, otherwise I need to create it so that it can be used.