Posts
Sort by recent activity
Is there an updated query to view the tables of the compact database in SQL 2022?
The previous query no longer works in SQL 2022 :EXEC master..sqbdata 'SELECT * FROM INFORMATION_SCHEMA.TABLES'It gives the below error : no such table: INFORMATION_SCHEMA.TABLES