Keep each script version focused on a single change type (patches for fixes, minors for features, majors for breaking changes). Retain all prior versions and never modify an existing release; copy to ...
At some point, I noticed I was repeating the same routine every week. None of the stuff I was doing was difficult, but it was a collection of small chores that kept interrupting real work. I'd have to ...
This repository contains a comprehensive collection of production-ready PowerShell scripts designed for enterprise IT infrastructure management. All scripts include ...
IF OBJECT_ID('ArchivosTickets', 'U') IS NOT NULL DROP TABLE [ArchivosTickets] IF OBJECT_ID('ComentariosTickets', 'U') IS NOT NULL DROP TABLE [ComentariosTickets] IF ...