Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/0
Table Type: System
Table Name: dbproperty
Database Table Name: $ndo$dbproperty
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how dbproperty can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[$ndo$dbproperty]
Show/hide an example select of all columns by name
SELECT
[programid]
,[chartable]
,[maxrecsize]
,[maxloginattempts]
,[passwordexpindays]
,[supergroupid]
,[unifiedloginallowed]
,[contype]
,[shadowpwd]
,[databasemagic]
,[databaseversionno]
,[clientdatabaseversionno]
,[maintainviews]
,[diagnostics]
,[identifiers]
,[maintainrelationships]
,[convertidentifiers]
,[invalididentifierchars]
,[license]
,[checkcodepage]
,[quickfind]
,[maintaindefaults]
,[locktimeout]
,[locktimeoutperiod]
,[hardrowlock]
,[bufferedrows]
,[securityoption]
,[enabledforserver]
,[uidoffset]
,[applicationversion]
,[applicationfamily]
FROM
[$ndo$dbproperty]