I have the post statement within my Delphi code. The statement is TABLE_GIFTACT.POST.
The code goes through a loop, and posts records into a table (currently has 1,000,000 records).
There are 2 key fields within the table. In SQL Server back-end, there was one index created for this table, the index has the 2 key fields as a combined index.
The problem is the post is EXTREMELY SLOW!!! The user is trying to post about 70,000 records into the table, and the thing just sits there, and eventually freezes up.
HELP!!!!!
I am using Delphi 1.0.
The code goes through a loop, and posts records into a table (currently has 1,000,000 records).
There are 2 key fields within the table. In SQL Server back-end, there was one index created for this table, the index has the 2 key fields as a combined index.
The problem is the post is EXTREMELY SLOW!!! The user is trying to post about 70,000 records into the table, and the thing just sits there, and eventually freezes up.
HELP!!!!!
I am using Delphi 1.0.