Examples with "SQL antiguo" and their translation 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.
Para la consulta del ejemplo anterior, deberás utilizar el SQL antiguo, ya que el estándar no admite el separador del decorador de partición ($).
For the above example query, you must use legacy SQL because standard SQL does not support the partition decorator separator ($). Related topics
Al utilizar un SQL antiguo de BigQuery, la función usaba el cálculo del enésimo percentil -1.
When using BigQuery Legacy SQL, the function was using the N-1th percentile calculation.
En los siguientes ejemplos se muestran consultas de los mismos datos con SQL estándar y SQL antiguo.
The following examples show you Standard SQL and Legacy SQL queries for the same data.
Andere resultaten
Ejecute los scripts SQL generados contra la instancia SQL más antigua
Execute the generated SQL script(s) against the older SQL instance
Seguramente los más "senior" recordarán la posibilidad que existía en versiones SQL Server antiguas de realizar backups utilizando named pipes.
I'm sure that the most "senior" readers will remember the possibilities available in old SQL Server versions to do backups using named pipes.
¿Significa eso que usted puede restaurar una copia de seguridad a una versión de SQL Server antigua?
Does that mean a backup cannot be restored to an earlier SQL Server version?
Incluso cuando el nivel de compatibilidad de la base de datos que desea migrar a una versión más antigua de SQL coincide con esa versión, usted no puede simplemente restaurar la copia de seguridad.
Even when the compatibility level of the database that needs to be migrated to an older SQL Server version matches that version, the backup can't be simply restored.
De todas maneras, a veces ellos no podrán hacer esto, y en tal caso necesitamos enrutar el alias para direccionar cualquier intento de conexión desde el servidor de aplicación al Antiguo SQL Server.
However, sometimes they will not be able to do this, and in such case we need to us routing alias to direct any connection attempts from the application server to the Old SQL Server.
Para trasladar los datos correctamente, la base de datos del servidor SQL nuevo debe tener los mismos esquemas de intercalación que el antiguo servidor SQL.
To transfer information correctly, the database on the new SQL Server host must have the same collation schemes as the previous SQL Server host.
SSDT es compatible con versiones anteriores, así que siempre puede usar la versión más reciente para diseñar e implementar bases de datos, modelos, informes y paquetes destinados a versiones más antiguas de SQL Server.
SSDT is backwards compatible, which means you can always use the newest SSDT to design and deploy databases, models, reports, and packages that run on older versions of SQL Server.
Si usted alguna vez necesitó restaurar una copia de seguridad de base de datos SQL Server a una versión más antigua de SQL Server, usted era saludado con mensajes de seguridad.
If there was need to restore a SQL Server database backup to an older version of SQL Server there was "greeting" with error messages along the lines of
Los antiguos servidores SQL Privados son de tipo Legacy (por ejemplo: «sglprive-kx11111-009»), los nuevos son de tipo Docker (por ejemplo: «sx11111-012»).
The old Private SQL servers are Legacy servers (for example: "sqlprive-kx11111-009"), the new ones are Docker (for example: "sx11111-012").
Hay muchas opciones para eliminar archivos de respaldo antiguos automáticamente en SQL Server
There are several options to delete old backup files automatically in SQL Server