KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q200653: SMS: Using Conv20.exe to Check Database Integrity

Article: Q200653
Product(s): Microsoft Systems Management Server
Version(s): winnt:2.0
Operating System(s): 
Keyword(s): kbDatabase kbsms200 kbsmsUtil kbhowto
Last Modified: 05-MAR-1999

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Systems Management Server version 2.0 
-------------------------------------------------------------------------------

SUMMARY
=======

Database integrity is essential to any Systems Management Server site database
if it is to operate smoothly and efficiently. In Systems Management Server 2.0,
administrators can use the Conv20.exe utility to check for and repair any SMS
database integrity issues.

MORE INFORMATION
================

The Conv20.exe utility is primarily used to convert the SMS database from the
schema of Systems Management Server 1.2 to that of version 2.0. During this
conversion, Conv20.exe checks the integrity of the database and makes sure that
triggers are in place. This utility can also be run on an existing Systems
Management Server 2.0 database.

When you initiate the Conv20.exe program, a screen requesting the following
information appears: Server Name, Database, Logon ID, and Password. After typing
the correct information into these four fields, Conv20.exe will check (and
restore if necessary) stored procedures, triggers, tables, views, columns, and
the default collections and queries (that is, everything in the SMS database
that is installed by Systems Management Server Setup).

To run this utility from a command line, use the following switches.

+--------------------+
| /S | Server name   | 
+--------------------+
| /D | Database name | 
+--------------------+
| /U | User name     | 
+--------------------+
| /P | Password      | 
+--------------------+

You can run the Conv20.exe utility on any Systems Management Server 2.0 database
where corruption is suspected. The utility will find and replace any triggers or
stored procedures that are missing or corrupted. It will also check for all the
triggers that maintain relational integrity, and rebuild them if they are not
there.

Additional query words: smssql prodsms

======================================================================
Keywords          : kbDatabase kbsms200 kbsmsUtil kbhowto 
Technology        : kbSMSSearch kbSMS200
Version           : winnt:2.0
Issue type        : kbinfo

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.