SQL Monitor 13

Moving the data repository to a different machine

If you want to move the SQL Monitor Data Repository (a database that stores all configuration and monitoring data), follow these steps:

  1. Stop the Base Monitor service.

    To do this, go to Services (select Start > Run, enter services.msc and click OK) and stop SQL Monitor Base Monitor.

  2. In your SQL Server management tool, back up your current Data Repository database and then restore it to your preferred location. If you did not change the default name when installing, the Data Repository database will be called RedgateMonitor.
  3. Edit the SQL Monitor configuration file to update the connection string that locates the SQL Monitor database.
    Navigate to the folder you specified for the configuration file during installation.

    Default location:

    %ProgramData%\Red Gate\SQL Monitor, by default C:\ProgramData\Red Gate\SQL Monitor.
    %ProgramData% is often a hidden folder.
  4. Open RedGate.SqlMonitor.Engine.Alerting.Base.Service.exe.settings.config in a text editor or XML editor. The Data Repository database is specified in the <connectionStrings> section near the end of the file:

    <connectionStrings>
        <add name="DataConnectionString" connectionString="Data Source=MACHINENAME\SQLInstancename;Initial Catalog=RedgateMonitor;Integrated Security=True;Application Name=&quot;SQL Monitor - Repository&quot;"/>
    </connectionStrings> 

    By default, this entry points to the Data Repository database you specified during installation. To move the Data Repository to a different database, edit this entry to point to a different Data Source (SQL Server instance) and Catalog (database name). For example:

    <add name="DataConnectionString" connectionString="Data Source=SECUREMACHINENAME\MyInstance;Initial Catalog=RedgateMonitor;Integrated Security=True;Application Name=&quot;SQL Monitor - Repository&quot;"/>
  5. Save the configuration file.
  6. Restart the SQL Monitor Base Monitor service.
  7. Launch SQL Monitor in your browser. To check that your change has been made, go to the About page (Configuration > About > Configuration information). Under Base Monitor, ensure that the settings for Database have been updated to the new database name.

Do you have any feedback on this documentation?

Let us know at sqlmonitorfeedback@red-gate.com


Didn't find what you were looking for?