Viewing 3 posts - 1 through 3 (of 3 total)
Thank you to everyone that responded! I will post the final code once i implement it.
July 7, 2009 at 9:24 pm
#1021453
Yes, that would be fine, thank you in advance.
July 7, 2009 at 3:04 pm
#1021345
My sincere apologies! I'll try again:
/* If the test table already exists, drop it */
IF OBJECT_ID('TempDB..#tblTest','U') IS NOT NULL
...
July 7, 2009 at 2:55 pm
#1021342