Download Moving the SQL Monitor database

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Tandem Computers wikipedia , lookup

IMDb wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Microsoft Access wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Oracle Database wikipedia , lookup

Concurrency control wikipedia , lookup

Ingres (database) wikipedia , lookup

Btrieve wikipedia , lookup

Functional Database Model wikipedia , lookup

Database wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

ContactPoint wikipedia , lookup

Relational model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Database model wikipedia , lookup

SQL wikipedia , lookup

Clusterpoint wikipedia , lookup

PL/SQL wikipedia , lookup

Transcript
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 4 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 4 for Windows XP and Windows Server 2003, or C:\ProgramData\Red Gate\SQL Monitor
4 in Windows Server 2008, Windows Vista and Windows 7. Open RedGate.Response.Engine.Alerting.Base.Service.exe.settings.con
fig 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 4 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.