StringsTable Table (System.Globalization Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Note
Note: This table is used by the infrastructure only. Do not use this table directly. Such use is not covered by any support agreements you may have.
Stores localized strings. The same string identifier appears multiple times for each language in which it is localized.For more information, see the [System.Globalization].[Strings] view.
Fields
The following table lists the fields in the StringsTable table.
Column | Type | Required | Description |
---|---|---|---|
Internal Id |
bigint |
yes |
Infrastructure. |
Folder |
int |
yes |
Infrastructure. |
Id |
nvarchar(2083) |
yes |
Infrastructure. |
Locale |
nvarchar(85) |
yes |
Infrastructure. |
String |
nvarchar(max) |
yes |
Infrastructure. |
Internal Hash_Id |
int |
yes |
Infrastructure. |