From c947c7ed39bdd72bf43837425d61b4bc945a6e4c Mon Sep 17 00:00:00 2001 From: Frank Bischof Date: Fri, 28 Apr 2023 14:41:52 +0200 Subject: [PATCH] Renamed Sqlfile variables --- monthly_sql_queries.ps1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/monthly_sql_queries.ps1 b/monthly_sql_queries.ps1 index 586cee5..25c341f 100644 --- a/monthly_sql_queries.ps1 +++ b/monthly_sql_queries.ps1 @@ -39,9 +39,10 @@ function SqlQueryExec { } } -$SqlFile = 'APS Query CRS_v3'; SqlQueryExec -$SqlFile = 'Query Aanspraken GP v3'; SqlQueryExec -$SqlFile = 'Query Basis GP v2'; SqlQueryExec -$SqlFile = 'Query Memoveld v2'; SqlQueryExec +# Sql File without extension +$SqlFile = 'Sql_query_file_1'; SqlQueryExec +$SqlFile = 'Sql_query_file_2'; SqlQueryExec +$SqlFile = 'Sql_query_file_3'; SqlQueryExec +$SqlFile = 'Sql_query_file_4'; SqlQueryExec $LogMsg = "Done!"; SetLog