Существует ли функция для устранения ошибок импорта данных?

#sql-server #data-import

#sql-server #данные-импорт

Вопрос:

Я пытаюсь импортировать данные из MS Access на SQL Server, раньше этот процесс работал, сегодня я не могу импортировать данные. Когда я пытаюсь импортировать данные с помощью мастера импорта и экспорта SQL Server, мне отображаются следующие ошибки:

 - Copying to [dbo].[Measurements] (Error)
Messages
Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Could not allocate a new page for database 'MITSF_2' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.".
 (SQL Server Import and Export Wizard)
 
Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "Destination - Measurements.Inputs[Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "Destination - Measurements.Inputs[Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
 (SQL Server Import and Export Wizard)
 
Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - Measurements" (778) failed with error code 0xC0209029 while processing input "Destination Input" (791). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.
 (SQL Server Import and Export Wizard)
 
Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
 (SQL Server Import and Export Wizard)
 
Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - Measurements returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
 (SQL Server Import and Export Wizard)
  

Я попытался уменьшить базу данных и обрезать файл журнала, но все равно выдает ту же ошибку.

Комментарии:

1. » Could not allocate a new page for database 'MITSF_2' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. » Для решения этой проблемы нет функции; вам нужно освободить место.

2. Я голосую за закрытие этого вопроса, потому что речь идет не о программировании, и вам не нужна «функция»; вам просто нужно прочитать ошибку и соответствующим образом администрировать свою систему.

3. не по теме — относится к администратору базы данных, поскольку на самом деле речь идет как о сокращении базы данных, так и о расширении основной файловой группы.

4. Да — это относится к администратору базы данных. Задачи администрирования жесткого диска / сокращения. Если только нельзя уточнить, что его функция является требованием для сжатия базы данных.

Ответ №1:

Кажется довольно очевидным, что у вас не хватает места на диске:

Описание: «Не удалось выделить новую страницу для базы данных ‘MITSF_2’ из-за нехватки места на диске в файловой группе ‘PRIMARY’.

Иногда это происходит, если вы находитесь в режиме ПОЛНОГО восстановления и не создаете резервные копии журналов транзакций.