Vertaling van "de tempdb" in Engels
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.
Limitar el tamaño de tempdb puede provocar que la base de datos se quede sin espacio en disco.
Limiting the size of tempdb may cause the database to run out of disk space.
Es posible revocar el permiso de conexión a tempdb para impedir que un usuario use tempdb, pero no es una práctica recomendada ya que algunas operaciones rutinarias necesitan el uso de tempdb.
It is possible to revoke the connect permission to tempdb to prevent a user from using tempdb, but this is not recommended as some routine operations require the use of tempdb.
Si ha establecido un valor MAXSIZE para tempdb y desea incrementar el tamaño de tempdb, deberá realizar una de las operaciones siguientes
If tempdb has been set at a MAXSIZE and you want to increase the size of tempdb, you must do one of the following
En la tabla siguiente se muestran los valores iniciales de configuración de los archivos de datos y registro de tempdb.
The following table lists the initial configuration values of the tempdb data and log files.
Asegúrese de que la ruta de acceso especificada para los archivos de datos y registro de tempdb es válida en todos los nodos del clúster.
Ensure that the path specified for the tempdb data and log files is valid on all the cluster nodes.
La transacción lee la versión de la fila de tempdb que era la actual desde que se inició la transacción.
The transaction reads the version of the row from tempdb that was current as of the start of the transaction.
Determinar el tiempo de creación de tempdb
Esto reduce el consumo de ancho de banda de E/S del disco en el archivo de registro de tempdb.
This reduces disk I/O bandwidth consumption on the tempdb log file.
El motor de base de datos lee una fila de la transacción y recupera la versión de fila de tempdb cuyo número de secuencia se aproxima más a, y es inferior a, el número de la secuencia de transacción.
The Database Engine reads a row within the transaction and retrieves the row version from tempdb whose sequence number is closest to, and lower than, the transaction sequence number.
RAID, calcular tamaño de tabla, rendimiento de E/S, transacción por segundo, compresión de datos, acceso de memoria no uniforme (NUMA), capacidad de tempdb
RAID, calculating table size, IO throughput, transaction per second, data compression, non-uniform memory access (NUMA), tempdb capacity
Existen algunas diferencias entre las tablas temporales (#tmp) y variables (@tmp), aunque el uso de tempdb no es uno de ellos, tal como se expone en el enlace de abajo MSDN.
There are a few differences between Temporary Tables (#temp) and Table Variables (@temp), although using tempdb isn't one of them, as spelt out in the MSDN link below.
En SQL Server, el rendimiento de tempdb se mejora de las siguientes maneras
In SQL Server, tempdb performance is improved in the following ways
Replicación 8025097 Agregar mensajes de información para configuraciones de tempdb en el registro de errores de SQL Server.
Replication 8025097 Add informational messages for tempdb configurations in SQL Server error log.