Reference: Microsoft SQL Server parameters for creating the content store for the report server

See a list of the parameters, and their explanations, that are needed to manually create the content store databases for the report server.

Parameters for the content store

Prompt Explanation
Enter SQL Server Instance to use on local host name The name of the SQL Server instance. If no value is specified the default instance will be used. If you are using the default MSSQLSERVER instance, press Enter.
Enter name of the database to create The alias of the database for the data warehouse. The alias can contain up to 8 letters.

In the Rational® Insight samples, the supplied database name is RICM.

Enter user name to create to connect to the content store The user name of the user who will access the content store; for example, csuser.
Enter password to set for the content store user The password for the content store user.
Specify a base directory for the table space files A fully qualified path for the table space files; for example, C:\DB_Location.
Specify the instance's base home directory A fully qualified path for the home directory of the database instance; for example, c:\Program Files\Microsoft SQL Server\MSSQL.1.

Feedback