[Testing VitSQLquery] Creation of demo SQL Server database with license numbers

In order to test AutoCode LPR and VitSQLquery functionality working together, you will need a database with license numbers to compare recognition results with. If you do not have such a database, you can create one and fill it with demo content. The following instruction describes how to do that.


  1. Open your version of Microsoft SQL Server Management Studio.

    In our tests, we used Release 16.5.3.

    Create a New Database based on Databases object.

  2. Give name to the new database, for example, ExtDb.
  3. Open the plates.sql file and execute it. 

    Before execution, make sure that the USE statement (of the SQL script) receives your new database's name.


  4. Make sure plates.sql execution was successful. 
  5. Fill in the new database's table with demo license numbers. 

  6. Save the changes.