Creating a test database for the application profiling tutorials

 Create the test database

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

  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