SQL Monitor 8

Moving the SQL Monitor database

If you want to move the SQL Monitor database (also called the Data Repository), 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 8 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. By default, this is C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Monitor 6 for Windows XP and Windows Server 2003, or C:\ProgramData\Red Gate\SQL Monitor in Windows Server 2008, Windows Vista and Windows 7 or later. Open RedGate.Response.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> 
    The Data Repository comprises a single database schema. The DataConnectionString entry specifies the database that will contain all SQL Monitor monitoring and alert data.

    By default, this entry points to the Data Repository database that 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;"/>
  4. Save the configuration file.
  5. Restart the SQL Monitor Base Monitor service.
  6. Launch SQL Monitor in your browser. To check that your change has been made, go to the About page (Configuration > About). 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?