Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user