Globalizing the Eval Database

To enable globalization the Eval database must support users who may be entering information in English, German, or Japanese. Users can be from locales where time is entered in a 24-hour or 12-hour format and the date format can differ depending on the locale. The date formats of the three languages the PT application supports are different from one another—U.S. English uses MDY format, German uses DMY format, and Japanese uses YMD format. In the PT application, only the float, datetime, and smalldatetime data types are affected by the locale. Other data types that require special consideration when you globalize a database are decimal, money, and smallmoney. The PT application messages that appear when actions (insert, update, and delete) on the Eval database tables fail must also be available in the three languages, and the scheme for storing these messages should be extensible to include all of the 24 languages that SQL Server 7.0 supports.

Briefly, the globalization strategy for the Eval database is to: