I would like to add an exception to tables in the master database. That is table '$ndo$srvproperty'.
The $ndo$srvproperty is used to store your NAV (Navision) license file. You will not find it in master if you have selected "Per Database License" in the NAV "Per Database License" configuration.
AND name NOT IN ('CommandLog','$ndo$srvproperty','SqlServerVersions');
Hi
I would like to add an exception to tables in the master database. That is table '$ndo$srvproperty'. The $ndo$srvproperty is used to store your NAV (Navision) license file. You will not find it in master if you have selected "Per Database License" in the NAV "Per Database License" configuration.
AND name NOT IN ('CommandLog','$ndo$srvproperty','SqlServerVersions');
Rgds Johan Parlevliet