├── SQL_Optimizacion.sql └── readme.md /SQL_Optimizacion.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ## Curso Optimización SQL SERVER 2 | 3 | Roy Rojas - Twitter [@royrojasdev](https://twitter.com/royrojasdev) | LinkedIn [@royrojas](https://linkedin.com/in/royrojas) \ 4 | Websites: [royrojas.com](https://www.royrojas.com) | [dotnetcr.com](https://www.dotnetcr.com) 5 | 6 | Repositorio creado para el Curso de Optimización de SQL en Platzi \ 7 | [https://platzi.com/clases/optimizacion-sql-server/](https://platzi.com/clases/optimizacion-sql-server/) 8 | #### Lista de scripts 9 | 10 | | ID | Curso | 11 | | --- | --------------------------------------------------------------------------------------------------------- | 12 | | 05 | [Planes de ejecución](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/05-plan-ejec) | 13 | | 06 | [Indices](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/06-indices) | 14 | | 07 | [Indices - Creación](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/07-creacion-indices) | 15 | | 08 | [Indices - Forzar](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/08-indices-forzar) | 16 | | 09 | [Indices - Siempre son buenos?](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/09-indices-siempre-son-buenos) | 17 | | 10 | [Merge 01](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/10-merge) | 18 | | 11 | [Merge 02 - Otras formas de utilizar](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/11-merge-02) | 19 | | 12 | [Triggers](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/12-trigger-01) | 20 | | 13 | [Triggers - Manejo de errores](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/13-trigger-manejo-errores) | 21 | | 14 | [Triggers - Nivel administrativo](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/14-trigger-nivel-administrativo) | 22 | | 15 | [Constraint](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/15-constraint) | 23 | | 16 | [Tablas versionadas](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/16-tablas-versionadas) | 24 | | 17 | [Full text search](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/17-full-text-search) | 25 | | 18 | [Funciones](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/18-funciones) | 26 | | 19 | [Funciones Tabla](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/19-funciones-tabla) | 27 | | 20 | [Vistas](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/20-vistas) | 28 | | 21 | [Procedimientos almacenados](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/21-procedimientos-almacenados) | 29 | | 22 | [Tablas temporales](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/22-tablas-temporales) | 30 | | 28 | [Querys monitoreo](https://github.com/royrojas/Platzi-SQL-Optimizacion/tree/28-querys-monitoreo) | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | --------------------------------------------------------------------------------