From 81d201fc09ae4274b7fabe8c6fbcdbb91647bac8 Mon Sep 17 00:00:00 2001 From: Jim Hays Date: Mon, 24 Apr 2023 17:03:38 -0400 Subject: [PATCH] Fix typos in error message --- src/Sql/dbo/Stored Procedures/AzureSQLMaintenance.sql | 6 +++--- util/Migrator/DbScripts/2018-09-25_00_OrgPurge.sql | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Sql/dbo/Stored Procedures/AzureSQLMaintenance.sql b/src/Sql/dbo/Stored Procedures/AzureSQLMaintenance.sql index e8b994bdbe..48dc98b2fc 100644 --- a/src/Sql/dbo/Stored Procedures/AzureSQLMaintenance.sql +++ b/src/Sql/dbo/Stored Procedures/AzureSQLMaintenance.sql @@ -30,9 +30,9 @@ begin raiserror(' "all" to perform indexes and statistics maintenance',0,0) raiserror(' ',0,0) raiserror('@mode(varchar(10)) [optional]',0,0) - raiserror(' optionaly you can supply second parameter for operation mode: ',0,0) - raiserror(' "smart" (Default) using smart decition about what index or stats should be touched.',0,0) - raiserror(' "dummy" going through all indexes and statistics regardless thier modifications or fragmentation.',0,0) + raiserror(' optionally you can supply second parameter for operation mode: ',0,0) + raiserror(' "smart" (Default) using smart decisions about what index or stats should be touched.',0,0) + raiserror(' "dummy" going through all indexes and statistics regardless of their modifications or fragmentation.',0,0) raiserror(' ',0,0) raiserror('@LogToTable(bit) [optional]',0,0) raiserror(' Logging option: @LogToTable(bit)',0,0) diff --git a/util/Migrator/DbScripts/2018-09-25_00_OrgPurge.sql b/util/Migrator/DbScripts/2018-09-25_00_OrgPurge.sql index 639738a2da..f991dbec5a 100644 --- a/util/Migrator/DbScripts/2018-09-25_00_OrgPurge.sql +++ b/util/Migrator/DbScripts/2018-09-25_00_OrgPurge.sql @@ -91,9 +91,9 @@ begin raiserror(' "all" to perform indexes and statistics maintenance',0,0) raiserror(' ',0,0) raiserror('@mode(varchar(10)) [optional]',0,0) - raiserror(' optionaly you can supply second parameter for operation mode: ',0,0) - raiserror(' "smart" (Default) using smart decition about what index or stats should be touched.',0,0) - raiserror(' "dummy" going through all indexes and statistics regardless thier modifications or fragmentation.',0,0) + raiserror(' optionally you can supply second parameter for operation mode: ',0,0) + raiserror(' "smart" (Default) using smart decisions about what index or stats should be touched.',0,0) + raiserror(' "dummy" going through all indexes and statistics regardless their modifications or fragmentation.',0,0) raiserror(' ',0,0) raiserror('@LogToTable(bit) [optional]',0,0) raiserror(' Logging option: @LogToTable(bit)',0,0)