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