Viewing post 1 (of 2 total)
@Gail Shaw: Thank you for your advice.
Here is the table for the problem:
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#Patient','U') IS NOT NULL
...
January 26, 2010 at 3:23 am
#1108535