Each instance of Notification Services has instance metadata. This metadata includes the applications hosted by the instance, the protocols used by those applications, and delivery channels that use those delivery protocols.
Notification Services stores instance metadata in an instance database. Notification Services also stores subscriber and subscriber device data in the instance database so that the subscriber information can be shared by all applications hosted by the instance.
You can use an existing database for the instance database, or you can have Notification Services create a new database. If you have Notification Services create a new database, you should fully define the database properties, such as file names, sizes, and locations. If you do not define the instance database, Notification Services creates a new database for the instance using the model database as a template. Unless you have customized the model database, these database settings might not provide the best performance for your instance.
Note: |
|---|
|
If you use an existing database, you only need to define the database name and schema name. If you specify other database properties, such as file names and file sizes, Notification Services ignores these unnecessary properties.
|
For recommendations about defining an instance database, see Database Considerations.