Vertaling van "script T-SQL" 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.
Haga doble clic en la tarea y pegue un script T-SQL
Una manera alternativa de crear un operador es a través del script T-SQL provisto a continuación
An alternative way to create an operator is through a T-SQL script provided below
Aparte de crear un script T-SQL que inserta entradas, también puede crear una nueva base de datos y recuperar entradas eliminadas directamente ahí.
Besides creating a T-SQL script that inserts records, it can also create a new database and recover deleted records directly into it
Seleccione Save the recovery script to a file para crear un script T-SQL para rehacer, el cual insertará todos los registros recuperados.
Select "Save recovery script to file" to create a redo T-SQL script that will insert all the recovered records.
La llamada al trabajo de ETL pueden ser un agente de puestos de trabajo de SQL, un archivo cmd aanschopt un script T-SQL o un procedimiento almacenado que hace el trabajo directamente.
The call to the ETL job can be a SQL agent job, a cmd file that a T-SQL script aanschopt or a stored procedure that does the work directly.
Para crear un tipo geography con uno o más objetos vectoriales, declare primero el tipo geography en el script T-SQL, como se muestra en la Figura 11.
To construct a geography type with one or more vector objects, you first declare the geography type in your T-SQL script, as shown in Figure 11.
El script T-SQL de la Figura 3 muestra cómo se ve afectada la precisión de la variable por las conversiones implícitas de un valor de inicialización de una cadena.
The T-SQL script in Figure 3 shows how variable precision is affected by implicit conversions of a string initialization value.
Para este paso, estamos usando el script T-SQL que respalda todas las bases de datos que no son del sistema en la carpeta C:\Backup\.
For this step, we are using the T-SQL script that backs up all non-system databases in C:\Backup\ folder.
En el paso Select a recovery option, seleccione la opción Save the recovery script to a file y especifique la ruta donde un script T-SQL insertará todos los datos perdidos cuando se ejecute.
In the Select a recovery action step, select the Save the recovery script to a file option and specify the path where a T-SQL script that will insert all the lost data when executed will be saved
ApexSQL Backup permite al usuario automatizar el proceso en solo unos cuantos clics sin la necesidad de escribir un script T-SQL y comando adicionales para opciones adicionales explicadas más adelante, ya que las ofrece por defecto.
ApexSQL Backup enables the user to automate the process in just a few clicks without the need to write a T-SQL script and additional commands for additional options explained below as it offers them out of the box.
LaFigura 6 muestra un script T-SQL completo para convertir un objeto JSON a filas y columnas.
Figure 6 shows a complete T-SQL script for converting JSON object into rows and columns.
Este enfoque es directo, pero una desventaja es que no puede ser programado sin crear un script T-SQL y programarlo como un trabajo de SQL Server Agent.
This approach is straight forward, but a downside is that is cannot be scheduled without creating a T-SQL script and scheduling it as a SQL Server Agent job.
Añada un segundo paso para realizar DBCC CHECKDB en una base de datos restaurada añadiendo el siguiente script T-SQL
Add a second step to perform DBCC CHECKDB on a restored database by adding the following T-SQL script