Viewing 7 posts - 1 through 7 (of 7 total)
It worked fine, Thanks a million
February 16, 2012 at 8:29 am
I will be looking at it shortly
February 16, 2012 at 8:06 am
There are a lot of rows, I am building this for a friend he supplied me with the sample data.
No I have not built any indexes.
February 15, 2012 at 1:41 pm
This is being exported into a file, it is kinda a one time thing
but with many records, I have tried in Crystal, SQL if you have any other
ideas, I am...
February 15, 2012 at 1:28 pm
The records are not one for one.
I have added the sequence number and it must be read in seq.
Record code 1 Seq 001 need to set the code = type...
February 15, 2012 at 1:13 pm
CREATE TABLE tableName
(Tif varchar (255),
Type varchar(255),
Code varchar(10),
RC int,
SEQ int,
Descript varchar(30))
go
INSERT INTO tableName (Tif, Type, Code, RC, SEQ, Descript)
Values...
February 15, 2012 at 12:18 pm
********************* DDL
Tifvarcharno255 yesnono.
Typevarcharno255 yesnono.
Codevarcharno10 ...
February 15, 2012 at 11:04 am
Viewing 7 posts - 1 through 7 (of 7 total)