The information in this article applies to:
BUG #: 54509 (SQLBUG_70) SYMPTOMSWhen attempting to import a text file larger than the available memory on a Windows 95 or 98 client, one of the following errors may occur: -or-
CAUSE
When importing a text file, the DTS Import Wizard calls the command MapViewOfFile in order to display the structure of the file being imported. If the user is working on a Windows 95 or Windows 98 computer, the MapViewOfFile call will attempt to reserve a contiguous area of memory large enough to map the entire file, even though only a small part of the file will be displayed. WORKAROUNDTo work around this problem, use a client computer running Windows NT when importing large text files by means of the DTS Import Wizard. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: win95 win98 win9x win 9x data transformation services
Keywords : kbbug7.00 |
Last Reviewed: March 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |