Why am I suddenly getting a Reserved error (-1524) when doing a simple INSERT INTO COMMAND?
INSERT INTO Table1 SELECT * FROM Table2;
I have a data base which has been running smoothly for years....suddenly, the execution of this INSERT INTO command is failing. Our enterprise may have received some office 365 updates last night...that's the only change which has occurred. Anyone else encounter this sudden error as well?