Viewing 9 posts - 31 through 39 (of 39 total)
Thanks for the replay but that not help, I need to evaluate if the field="LBO" and then sum another field
I need to show at the end of the report something...
August 13, 2008 at 5:11 am
it's not 2000, it's 2005
August 5, 2008 at 11:28 am
I tried with [slash]r and nothing, same error, any other idea??
thanks
Nelson
August 5, 2008 at 10:20 am
I think it's something with the txt files, if I change the field 4 for a char(5000) it works
but put all in one line
like this
1JamesSmith19750101 2,Meggie,Smith,19790122 3,Robert,Smith,20071101 ,Alex,Smith,20040202...
August 5, 2008 at 8:59 am
sorry bother you with this, but, I alter my code and source
source is this:
1,James,Smith,19750101
2,Meggie,Smith,19790122
3,Robert,Smith,20071101
4,Alex,Smith,20040202
code is this:
CREATE TABLE nelson_test1 (
Field1 ...
August 5, 2008 at 8:22 am
OK i'm doing your way and still get an error this is my code;
drop table nelson_test1
CREATE TABLE nelson_test1 (
Field1 ...
August 5, 2008 at 7:50 am
ok I'm trying to test this way and I'm getting an error:
BULK INSERT #temp1 (field1,field2,field3,field4,field5) FROM 'c:elson.txt'
WITH
...
August 5, 2008 at 7:04 am
that's it..THANK YOU !!!!!!!!!!!!!!
August 4, 2008 at 2:32 pm
Viewing 9 posts - 31 through 39 (of 39 total)