I\'ve inherited a clunky and horribly un-documented site from a bad developer and am trying to get a look at the database schema. Unfortunately the web host is the worst I\'ve e
I'm not sure if simple queries like
SHOW TABLES; DESCRIBE table_name; SHOW TABLE STATUS from table_name;
are valid in MS SQL. They would also be useful