- My Gists are just notes taken quickly, mainly on Oracle SQL and Data Warehousing (ETL tools and DB techniques)
Pinned Loading
-
Sql Server SQL
Sql Server SQL 12-- Al crear columna añadir COLLATE Modern_Spanish_CI_AS justo tras el tipo varchar:
3ColumnaTexto varchar(XXX) COLLATE Modern_Spanish_CI_AS
-
SQL Server 2014 - Useful queries
SQL Server 2014 - Useful queries 1https://stackoverflow.com/a/1433384/2906290
23declare @schema_name nvarchar(256)
4declare @table_name nvarchar(256)
5declare @col_name nvarchar(256)
-
OracleDB Resources
OracleDB Resources 12https://oracle-base.com/dba/scripts
34https://www.morganslibrary.org
5 -
Oracle DB 12c - DWH Optimization
Oracle DB 12c - DWH Optimization 1Cuestiones a estudiar
2=====================
3Cuestiones a plantearse para cada layer (Staging -> Foundation/Integration -> Dimension/Performance).
45Generales
-
ORACLE DB - snippets, tips, best pra...
ORACLE DB - snippets, tips, best practices 1-- ¡¡¡¡Resumenes con ejemplos de cada tema!!!!
2http://www.morganslibrary.org/library.html
34https://lalitkumarb.wordpress.com/2014/05/31/oracle-explain-plan/
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.