Skip to main content
Skip table of contents

Verifying the database schema

📘 Instructions

To ensure that the database tables were restored correctly:

  • In SQL Server Management Studio, create a query by right-clicking cpsdb and selecting New Query.

  • Enter the following query:

    CODE
    select * from printer

  • Press the F5 key to execute the query. The printer listing should be returned in bottom pane as shown below.

    image-20240216-144948.png

📋 Related articles

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.