Skip to content

Instantly share code, notes, and snippets.

View maglezt's full-sized avatar
🛹

Alex Tinoco maglezt

🛹
View GitHub Profile
@maglezt
maglezt / flujo-git.md
Created May 16, 2026 00:18
Git - Control de Versiones
@maglezt
maglezt / sql-server-scripts-utiles.md
Last active May 15, 2026 20:18
Scripts utiles para usar en SQL Server

SQL SERVER - Scripts Básicos

Cambiar lenguaje

DECLARE @LenguajeAnterior VARCHAR(25)

--Extraer el LENGUAJE actual del sistema

SET @LenguajeAnterior = @@language