List containers for a database
Returns all containers in a specific database by passing the database name in the WITH clause. Use when the connection default database is not the one you need.
SELECT * FROM SysTables WITH (Database='MyCosmos DB')
Returns all containers in a specific database by passing the database name in the WITH clause. Use when the connection default database is not the one you need.
SELECT * FROM SysTables WITH (Database='MyCosmos DB')