MsSQL Version of “Show Tables”
February 12th, 2010 by Joe Majewski
MySQL has an easy command that places a list of all tables found within the active database into the result set. I have recently been working on a project for my job which requires me to use MsSQL as the database. I find MySQL and MsSQL to be very similar in terms of syntax, but [...]