Hi all
You can find in this link a very helpful list of the SQLAzure system tables that are supported, this list created by SQLROCKSTAR – Thomas Larock.
Add the bookmark to your favorites and enjoy…
http://thomaslarock.com/sql-azure-system-tables/
things changed since then – for example this system table does not works any more ..
SELECT *
FROM sys.dm_db_objects_disabled_on_version_change
but most are working – so enjoy.
Comments
Post a Comment