Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » SQL Anywhere Server - SQL Usage » Monitoring and improving database performance » Application profiling tutorials

 

Create a test database for the application profiling tutorials

Use the following procedure to create the test database app_profiling.db. The test database is used in all of the application profiling tutorials.

 To create the test database
  1. Create the directory c:\AppProfilingTutorial.

  2. Run the following command to create the test database app_profiling.db that contains data from the sample database:

    newdemo c:\AppProfilingTutorial\app_profiling.db
 See also