FIX: Error message when you use the BULK INSERT statement to import a data file into a table in SQL Server 2005 with SP1: "The OLE DB provider"BULK" for linked server"(null)" reported an error" 50001335938050
REVISIÓN: Mensaje de error cuando utilice la instrucción BULK INSERT para importar un archivo de datos en una tabla de SQL Server 2005 con SP1: "el proveedor OLE DB"BULK"para el servidor vinculado"(null)"informó de un error" 50001335938050
The BULK INSERT statement and OPENROWSET(BULK) function execute in-process with SQL Server, sharing the same memory address space.
La instrucción BULK INSERT y la función OPENROWSET(BULK) se ejecutan en proceso con SQL Server y comparten el mismo espacio de direcciones de memoria.
Unlike the BULK INSERT statement, which holds a less restrictive Bulk Update lock, INSERT INTO... SELECT with the TABLOCK hint holds an exclusive (X) lock on the table.
A diferencia de la instrucción BULK INSERT, que contiene un bloqueo Bulk Update menos restrictivo, INSERT INTO... SELECT con la sugerencia TABLOCK retiene un bloqueo exclusivo (X) en la tabla.
FIX: Error messages may be logged in the SQL Server error log when you use the BULK INSERT statement on a table or you insert data into a table by using Transact-SQL in SQL Server 2005
Descripción 50002775 REVISIÓN: Los mensajes de error pueden anotarse en el registro de errores de SQL Server al utilizar la instrucción BULK INSERT en una tabla o insertar datos en una tabla mediante Transact-SQL en SQL Server 2005
FIX: The BULK INSERT statement may not return any errors when you try to import data from a text file to a table by using the BULK INSERT statement in Microsoft SQL Server 2005919839
REVISIÓN: Que la instrucción BULK INSERT no puede devolver los errores al intentar importar datos desde un archivo de texto a una tabla mediante la instrucción BULK INSERT en Microsoft SQL Server 2005919839
You do not have permission to use the BULK INSERT statement.
El usuario no tiene permiso para realizar esta acción.
To import data from a specified file to a table, the Bulk insert statement can be used.
Para importar datos desde un archivo específico o tabla, la sentencia BULK INSERT puede ser usada.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.