Jimmy Harper [MSFT]
Guest
|
Posted:
Mon Jan 31, 2005 6:47 am Post subject:
Re: Space Analysis Script |
|
|
You can exclude databases from being monitored by placing a SQLExclude.txt
file in the root of the C: drive on the SQL Server:
- List database names, one per line.
- If databases that are to be excluded are in named instances, precede the
database name with the instance name(for example, "Instance1\database").
This will exclude the DB from database and transaction log monitoring and
database health monitoring. More information on this can be found on page
31 of the SQL Server 2000 Management Pack guide, available at
http://www.microsoft.com/downloads/details.aspx?FamilyID=653d9fb9-b1c6-4702-a152-99852dcb2772&DisplayLang=en
--
Jimmy Harper [MSFT]
SMS/MOM
This posting is provided "AS IS" with no warranties, and confers no rights
"tom frost" <tomfrost@discussions.microsoft.com> wrote in message
news:9101027F-A8BF-4C8F-8CE4-C6C3E890BFEE@microsoft.com...
| Quote: | I have some databases that are in read only mode due to them being part of
a
log-shipping secondary or due to the nature of the appllication.
When this script fires, it provides an error to the console. Is there a
way
I can change or supply a parameter to the script to ignore selected
instances/databases so as to omit these ocurrances? |
|
|