11 lines
506 B
Batchfile
11 lines
506 B
Batchfile
@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 |