Initial commit

This commit is contained in:
user
2026-07-12 13:56:05 +04:00
commit 04bf3a4b58
850 changed files with 9057 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
@echo off
chcp 1251
set SSMS_SERVER_NAME=(local)
set SSMS_USER_NAME=sa
set SSMS_USER_PASSWORD=gfhjkm
cd .\sqlscripts\
@echo Batch file name: .\..\sqlscripts\run-tests.bat
call .\run-tests.bat
@echo Complete
pause