Create database

In this step we need to create four SQL databases, which are used by Meeting Manager.

On the SQL Server – start SQL Management Studio – expand the node “Databases”

Run the following steps for these four databases:

  • MeetingManager
  • MeetingManagerHangfire
  • InvitationManagerConfig
  • InvitationManagerHangfire

Make sure you set the database owner to the serivce account, we’ve created in the previous step (e.g. “svc_meetings”) as this will assign db_owner permissions to it.

There are no SQL scripts you need to run. Database structure such as tables, will be created on service start.