Viewing 3 posts - 1 through 3 (of 3 total)
Thanks all for the tips and responses...Worked like a charm..
March 5, 2010 at 6:58 am
#1129144
Tried your suggestion with different permutaions and still no luck. Seems like it accespts the @ as a reserved character unless I'm missing something.
Is the captial N required? What does...
September 8, 2004 at 9:02 am
#522133
This is the query syntax that I've been trying to manipulate.
insert logfilehistory(file_name,size_K,full_date,char_date,char_time)
select fname,lsize/1024,file_date,crdate,crtime
from #logfiles
where not exist (select fname from #logfiles)
July 29, 2004 at 2:15 pm
#516875