Viewing 3 posts - 1 through 3 (of 3 total)
When looking at the code I noticed that you have the Drop Table at the top of the Query. Move the drop table to the bottom of the query...
May 21, 2009 at 8:50 am
#998309
Hi Flo,
Thank you for your suggestions.
Don
April 16, 2009 at 5:36 am
#978722
Hello I took your code and made the following changes to it
--Create Temp table to load converted data
Create Table #Temp
(
col1 char(1),
...
April 15, 2009 at 11:36 am
#978280