List containers (tables)
Returns all containers (tables/collections) in the default database from the connection. Use to discover container names for SELECT or INSERT. For a different database, use the next example with WITH (Database='...').
SELECT * FROM SysTables