Добро пожаловать в форум, Guest >> Войти | Регистрация | Поиск | Правила | | В избранное | Подписаться | ||
Все форумы / Microsoft SQL Server |
![]() ![]() |
Alexander_fx Member Откуда: Сообщений: 657 |
привет хочу перебросить таблицу с сервера на другой делаю через экспорт вываливается ошибка - Executing (Error) Messages Error 0x80070070: Data Flow Task 1: (SQL Server Import and Export Wizard) Error 0xc0208266: Data Flow Task 1: (SQL Server Import and Export Wizard) Error 0xc0208265: Data Flow Task 1: Failed to retrieve long data for column "data". (SQL Server Import and Export Wizard) Error 0xc020901c: Data Flow Task 1: There was an error with Source - oct_2012_1.Outputs[OLE DB Source Output].Columns[data] on Source - oct_2012_1.Outputs[OLE DB Source Output]. The column status returned was: "DBSTATUS_UNAVAILABLE". (SQL Server Import and Export Wizard) Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "Source - oct_2012_1.Outputs[OLE DB Source Output].Columns[data]" failed because error code 0xC0209071 occurred, and the error row disposition on "Source - oct_2012_1.Outputs[OLE DB Source Output].Columns[data]" 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 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Source - oct_2012_1 returned error code 0xC0209029. 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) в чем может быть дело? |
15 окт 13, 10:19 [14971075] Ответить | Цитировать Сообщить модератору |
Glory Member Откуда: Сообщений: 104751 |
Какой тип данных у поля "data" ? |
||
15 окт 13, 10:20 [14971084] Ответить | Цитировать Сообщить модератору |
Alexander_fx Member Откуда: Сообщений: 657 |
Glory, varbinary (max) |
15 окт 13, 10:38 [14971169] Ответить | Цитировать Сообщить модератору |
Glory Member Откуда: Сообщений: 104751 |
И какого размера там данные ? |
15 окт 13, 10:45 [14971194] Ответить | Цитировать Сообщить модератору |
Alexander_fx Member Откуда: Сообщений: 657 |
Glory, SELECT TOP 1000 DATALENGTH ([data]) FROM [oct_2012_1] 895160 898170 903910 910490 917140 916230 919450 922950 890750 904400 914690 918960 922530 920290 |
15 окт 13, 10:48 [14971215] Ответить | Цитировать Сообщить модератору |
Alexander_fx Member Откуда: Сообщений: 657 |
Alexander_fx, сделал сортировку по размеру 457334220 13929580 11391240 10616340 10560550 9655660 9497460 8964410 8849890 6861540 6544300 6173930 4533760 |
15 окт 13, 11:27 [14971469] Ответить | Цитировать Сообщить модератору |
Alexander_fx Member Откуда: Сообщений: 657 |
Alexander_fx, пробую без длинных строк но все равно та же ошибка сейчас самая длинная дата 8964410 |
15 окт 13, 11:36 [14971556] Ответить | Цитировать Сообщить модератору |
ssis
Guest |
а какой тип данных в SSIS пакете для этого поля? можно посмотреть тут в контекстном меню oledb source show advanced editor -> input and output properties |
15 окт 13, 12:15 [14971936] Ответить | Цитировать Сообщить модератору |
Alexander_fx Member Откуда: Сообщений: 657 |
решил по другому оформил таблицу в отдельную базу присоединил базу на новом сервере и там экспорт прошел без ошибки со всем данными |
15 окт 13, 12:31 [14972106] Ответить | Цитировать Сообщить модератору |
Все форумы / Microsoft SQL Server | ![]() |