Database-wide properties, which affect a single database, are stored within
the database itself. This allows different databases within a single
You should use database-wide properties wherever possible for ease of deployment and for security.
You set and verify database-wide properties using system procedures within SQL statements.
To set a property, you connect to the database, create a statement, and
then use the
To check the current value of a property, you connect to the database,
create a statement, and then use the
If you specify an invalid value,
See the