| Server Sizing Matrix | |
This table lists the VMP MS SQL Server requirements.
| Item | Requirement |
|---|---|
|
MS SQL Server |
|
|
Database Connectivity |
The SQL Server must be configured to enable:
|
|
SQL Instance Name |
The SQL Server should be configured with a unique instance to house the VMP SQL database. |
|
Collation (sort order) |
SQL_Latin1_General_CP1_CI_AS |
| Collation Capability | Description |
|---|---|
| Latin1 | Specifies the Latin 1 character set (ASCII) |
| CP1 | Specifies code page 1 (ANSI code page 1252) |
| CI | Specifies case-insensitive sorting, so "ABC" is treated the same as "abc" |
| AS | Specifies accent-sensitive sorting, so "ü" is not treated the same as "u" |