Open JasonUnger opened 6 years ago
Similar to issue #17.
Are there even some equivalent commands to MySQL/MariaDB's CHECK
and/or OPTIMIZE
syntax?
A (probably too) simple solution is to disable the maintenance dialog for MSSQL (and PostgreSQL).
Is there anything like that check, analyze or repair command in MSSQL? The dialog is one of the places which has pure MySQL compatibility only.
Expected behavior
Successful maintenance
Current behavior
Errors marked in Maintenance window, and in log.
Failure information (for bugs)
Steps to reproduce
Context
Failure Logs
CHECK TABLE "DiasetTags"."dbo"."Histories"; / SQL Error (156): Incorrect syntax near the keyword 'CHECK'. / CHECK TABLE "DiasetTags"."dbo"."Parts"; / SQL Error (156): Incorrect syntax near the keyword 'CHECK'. / CHECK TABLE "DiasetTags"."dbo"."Settings"; / SQL Error (156): Incorrect syntax near the keyword 'CHECK'. / CHECK TABLE "DiasetTags"."dbo"."MigrationHistory"; / SQL Error (156): Incorrect syntax near the keyword 'CHECK'. / ANALYZE TABLE "DiasetTags"."dbo"."Histories"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. / ANALYZE TABLE "DiasetTags"."dbo"."Parts"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. / ANALYZE TABLE "DiasetTags"."dbo"."Settings"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. / ANALYZE TABLE "DiasetTags"."dbo"."MigrationHistory"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. / REPAIR TABLE "DiasetTags"."dbo"."Histories"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. / REPAIR TABLE "DiasetTags"."dbo"."Parts"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. / REPAIR TABLE "DiasetTags"."dbo"."Settings"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. / REPAIR TABLE "DiasetTags"."dbo"."__MigrationHistory"; / SQL Error (156): Incorrect syntax near the keyword 'TABLE'. /