August 8, 2015 at 7:24 pm
That answers my questions #2 and #5. Still looking for answers on #1, 3, and 4. Those may also make a difference.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 7:35 pm
Jeff Moden (8/8/2015)
That answers my questions #2 and #5. Still looking for answers on #1, 3, and 4. Those may also make a difference.
1. Is this a one-off task or will it need to be done more than once?
It is an ongoing task
3. Is it important to know which key word(s) caused the row to be selected?
No fixed rule, could be changed any time in the future
4. What is the structure of the table. Specifically, what is the CREATE TABLE statement for this table and all indexes associated with the table?
ID, three dates timestamp, 10 other columns, 1 subject column to be analyzed. I can't post the data structure here, that might cost my job. sorry
August 8, 2015 at 8:42 pm
halifaxdal (8/8/2015)
Jeff Moden (8/8/2015)
That answers my questions #2 and #5. Still looking for answers on #1, 3, and 4. Those may also make a difference.1. Is this a one-off task or will it need to be done more than once?
It is an ongoing task
3. Is it important to know which key word(s) caused the row to be selected?
No fixed rule, could be changed any time in the future
4. What is the structure of the table. Specifically, what is the CREATE TABLE statement for this table and all indexes associated with the table?
ID, three dates timestamp, 10 other columns, 1 subject column to be analyzed. I can't post the data structure here, that might cost my job. sorry
Fair enough. What is the datatype of the "subject column to be analyzed"?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2015 at 5:32 am
Fair enough. What is the datatype of the "subject column to be analyzed"?
varchar(1000)
Viewing 4 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply