I need to create a temp table, however, I also need to check if it exists first ...
For Example ...
If #this_table exists, just update the thing ...
Else, create #this_table, and then update it.
I know this is easy, but I just can't think it through for some reason ... it's giving me fits.
For Example ...
If #this_table exists, just update the thing ...
Else, create #this_table, and then update it.
I know this is easy, but I just can't think it through for some reason ... it's giving me fits.