Installation and Upgrade Guides › Policy Server Installation Guide › Configuring SiteMinder Data in a Relational Database › Configure SQL Server Data Stores › How to Store Token Data in SQL Server › Create the Token Store Schema
Create the Token Store Schema
You create the logging schema so the SQL Server database can store token information.
To create the token store schema
- Open sm_mssql_token.sql in a text editor and copy the contents of the entire file.
- Start the Query Analyzer and log in as the user who administers the Policy Server database.
- Select the database instance from the database list.
- Paste the schema from sm_mssql_token.sql into the query.
- Execute the query.
The SiteMinder token store schema is created in the database.