Use the following isql command to connect to the Adaptive Server in which you want to store the recorded monitoring data:
isql -U username -P password -S server
where username is the name of a login account in that Adaptive Server, password is the password of that login account, and server is the Adaptive Server name.
Execute the following isql commands:
use database
go
where database is the name of the database that will contain the new tables.
:r scriptfile
go
where scriptfile is the path name of the script file that was created by the Historical Server.
A table now exists in the Adaptive Server for each view defined for the recording session.