Examples with "usando T-SQL" and their translation in Engels
Comprender cuándo usar las vistas y cómo crear una vista usando T-SQL o el diseñador gráfico
Understand when to use views and how to create a view by using T-SQL or a graphical designer
Para respaldar una base de datos con cifrado usando T-SQL, el algoritmo de cifrado y el certificado necesitan ser especificados
To backup a database with encryption by using T-SQL the encryption algorithm and certificate need to be specified
Esto puede ser hecho usando T-SQL o vía SQL Server Management Studio.
This can be done using T-SQL or via SQL Server Management Studio.
Un desencadenador puede ser deshabilitado usando T-SQL o la Interfaz Gráfica de SQL Server Management Studio.
A trigger can be disabled using T-SQL or SQL Server Management Studio GUI.
Andere resultaten
Las instantáneas pueden ser creadas solo usando una sentencia T-SQL.
Snapshots can only be created by using a T-SQL statement.
Los grupos de archivos pueden ser añadidos ya sea directamente desde SQL Server Management Studio o usando scripts T-SQL.
Filegroups can be added either directly from the SQL Server Management Studio or by using the T-SQL scripts.
Múltiples respaldos de reflejo pueden ser creados usando scripts T-SQL o con la ayuda de un software de terceros como ApexSQL Backup.
Multiple backup mirrors can be created by using T-SQL scripts or with the help of a 3rd party software like ApexSQL Backup.
Para procesar estos datos en el almacén de datos, tendríamos primero que convertirlos en un formato relacional de filas y columnas usando las funciones T-SQL integradas de XML, como la función nodes().
To process this data in data warehouse, we would first have to convert it into relational format of rows and columns using T-SQL XML built-in functions such as the nodes() function.
Usando ApexSQL Refactor usted puede lograr mejor legibilidad del T-SQL usando muchas opciones de espaciado en la pestaña General en el diálogo Formatting options y una sangría apropiada
Using ApexSQL Refactor better T-SQL readability can be achieved by using several spacing options in the Formatting, Assignments, Arithmetic and Comparison tabs of the Options window and a proper indentation.
Este artículo describe algunas posibilidades de formatear comas y espacios en T-SQL usando ApexSQL Refactor, un formateador SQL gratuito con casi 200 opciones de formato SQL.
This article describes some possibilities of formatting commas and spacing in T-SQL using ApexSQL Refactor SQL formatter with nearly 200 SQL formatting options.
De lado del desarrollo del producto, se puede usar para escribir consultas contra el programa de base de datos de SQL Server usando Transact-SQL (T-SQL) así como el programa SQL Server Analysis Services usando MDX, DMX o XMLA, dependiendo de las necesidades del desarrollador.
On the development side of the product, it can be used to write queries against the SQL Server database engine using Transact-SQL (T-SQL) as well as the SQL Server Analysis Services engine using MDX, DMX or XMLA, depending on the developer's needs.
La tecnología de PolyBase hace a la gestión de los datos si es emparentada o no (los datos no-emparentados) más simple usando Tramitar-SQL (T-SQL) para preguntar
PolyBase technology makes management of the data whether it is relational or not (non-relational data) simpler using Transact-SQL (T-SQL) for querying
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.