G
Guest
The customer uses windows 2000 and office 2000. I have made an access 2000
project (.adp file) as client connected via network to sql server 2000
server.
The problem is that import of excel worksheet via the client has become so
slow. It takes 10 minutes to import 4000 lines / 14 columns from excel. Some
weeks ago the same operation was done in a few seconds.
In the Access client i make use of docmd.transferspreadsheet,
acspreadsheetTypeExcel9, <tablename>, <filename> etc.
The import table on sql server is declared with all columns as nvarchar(50),
null allowed, no primary key. SQL Server login or windows login does not
matter, both are equally slow. The import is finally done correctly, but time
consumption is not acceptable.
Any suggestions?
Regards
Tore
project (.adp file) as client connected via network to sql server 2000
server.
The problem is that import of excel worksheet via the client has become so
slow. It takes 10 minutes to import 4000 lines / 14 columns from excel. Some
weeks ago the same operation was done in a few seconds.
In the Access client i make use of docmd.transferspreadsheet,
acspreadsheetTypeExcel9, <tablename>, <filename> etc.
The import table on sql server is declared with all columns as nvarchar(50),
null allowed, no primary key. SQL Server login or windows login does not
matter, both are equally slow. The import is finally done correctly, but time
consumption is not acceptable.
Any suggestions?
Regards
Tore