Files
time-cafe-desktop-app/sqlscripts/create-functions.bat
T

11 lines
506 B
Batchfile
Raw Normal View History

2026-07-12 13:56:05 +04:00
@echo off
sqlcmd -S %SSMS_SERVER_NAME% -U %SSMS_USER_NAME% -P %SSMS_USER_PASSWORD% -i ^
.\functions\function-does_barcode_exist.sql ^
.\functions\function-does_product_exist_with_name.sql ^
.\functions\function-does_product_exist_with_product_type_id.sql ^
.\functions\function-does_product_type_exist_with_name.sql ^
.\functions\function-subgroup_products_join_product_types.sql ^
.\functions\function-same_products_join_product_types.sql ^
.\functions\function-product_type_id.sql ^
-r1 1> NUL