INFO: System Tables in SQL Server CE Database (272210)
The information in this article applies to:
- Microsoft SQL Server 2000 Windows CE Edition
This article was previously published under Q272210 SUMMARY
You can run the following command to get a list of the system tables in a SQL CE database:
SELECT * FROM INFORMATION_SCHEMA.Tables WHERE TABLE_TYPE='SYSTEM TABLE'
You can query any user or system table; however, you cannot update system tables as is possible in other editions of Microsoft SQL Server. System table names are also not identical between the Microsoft SQL Server 2000 Windows CE Edition and other editions of Microsoft SQL Server.
Modification Type: | Major | Last Reviewed: | 11/23/2000 |
---|
Keywords: | kbDSupport kbinfo KB272210 |
---|
|