Diagnóstico y fix SQL Server: SERVERNAME, TDS_Version, Puerto explicitos

This commit is contained in:
desoladorxx
2026-07-22 16:11:54 -05:00
commit cd18c4ca5e
48 changed files with 8389 additions and 0 deletions

11
_run_backend.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
REM Lanzador interno del BACKEND de LEADS
cd /d "%~dp0backend"
echo ====================================
echo LEADS - BACKEND (FastAPI) puerto 8001
echo Carpeta: %CD%
echo ====================================
py -3.12 main.py
echo.
echo (El backend termino o fallo. Revisa los mensajes de arriba.)
pause