I have to insert records in one MS SQL 2005 table, I'm using vb6 for importing purposes, reading the file is constant, however the insert slows down.
It takes about 2 min for the first 10000 records (about 100 records/s), however it slows down to 25 records/s half-way through the insert and this import will take over an hour, the file has over 100 000 records.
The file isn't basic, hence why I needed to make a program, plus I learned late that the client has DbaManager....a free version of MS SQL 2000 so now I might be stuck with compatibility issues.
I'd mainly like to know whether this is a slow database issue.
It takes about 2 min for the first 10000 records (about 100 records/s), however it slows down to 25 records/s half-way through the insert and this import will take over an hour, the file has over 100 000 records.
The file isn't basic, hence why I needed to make a program, plus I learned late that the client has DbaManager....a free version of MS SQL 2000 so now I might be stuck with compatibility issues.
I'd mainly like to know whether this is a slow database issue.