I have a table that contains over 6,000,000 records.
It has a primary index on 4 char columns. I receieve duplicate or updated information regularly, so i need to either delete the existing record and insert the new, or update the old with new info.
I tried doing this in vb program, but the timeout expires even when set to 0. Tried a stored procedure that was run by a DTS and still no success.
Is the table just too large?
Please help.
It has a primary index on 4 char columns. I receieve duplicate or updated information regularly, so i need to either delete the existing record and insert the new, or update the old with new info.
I tried doing this in vb program, but the timeout expires even when set to 0. Tried a stored procedure that was run by a DTS and still no success.
Is the table just too large?
Please help.