I've been searching for hours on how to execute the statements I have stored in a table that has the results of a SELECT statement.
I have found similar questions but none of them works.
So now I have a table where the first column's cells contain
DROP TABLE table1
DROP TABLE table2
..... and so on.
I've tried using the EXEC
command but I can't make it work.
Please help. Thank you.