Vertaling van "set rowcount" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
SET ROWCOUNT stops processing after the specified number of rows.
SET ROWCOUNT detiene el procesamiento cuando se alcanza el número de filas especificado.
To set this option off so that all rows are returned, specify SET ROWCOUNT 0.
Para desactivar esta opción con el fin de que se devuelvan todas las filas, especifique SET ROWCOUNT 0.
The setting of the SET ROWCOUNT option is ignored for UPDATE statements against remote tables and local and remote partitioned views.
El valor de la opción SET ROWCOUNT se omite en las instrucciones INSERT con vistas locales y remotas con particiones.
Setting the SET ROWCOUNT option causes most Transact-SQL statements to stop processing when they have been affected by the specified number of rows.
Al establecer la opción SET ROWCOUNT, la mayoría de las instrucciones Transact-SQL dejarán de procesarse cuando se haya alcanzado el número de filas especificado.
Avoid using SET ROWCOUNT with DELETE, INSERT, and UPDATE statements in new development work, and plan to modify applications that currently use it.
Evite utilizar SET ROWCOUNT con las instrucciones DELETE, INSERT y UPDATE en los nuevos trabajos de desarrollo, y modifique las aplicaciones que la utilizan en la actualidad.
SET ROWCOUNT overrides the SELECT statement TOP keyword if the rowcount is the smaller value.
SET ROWCOUNT invalida la palabra clave TOP de la instrucción SELECT si el recuento de filas es el valor mínimo.
Using SET ROWCOUNT will not affect DELETE, INSERT, and UPDATE statements in a future release of SQL Server.
El contenido ROWCOUNT no afectará a las instrucciones DELETE, INSERT ni UPDATE en una futura versión de SQL Server.
SET ROWCOUNT causes most SELECT INSERT, UPDATE, and DELETE statements to stop processing when they have affected the specified number of rows.