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)