| Property | Value |
|---|---|
| Name | Culture |
| ID | 613577224 |
| Owner | dbo |
| Schema | Production |
| Filegroup | PRIMARY |
| Data Size (KB) | 8 KB |
| Index Size (KB) | 24 KB |
| Rows | 8 |
| Unused (KB) | 0 KB |
| ANSI Null On |
|
| Quoted Identifier |
|
| Lock Escalation | TABLE |
| Lock On Bulk Load |
|
| Lob Data Space | |
| Filestream Data Space ID | |
| Has Unchecked Assembly Data |
|
| Text In Row Limit (bytes) | Option not set |
| Large Value Types Out Of Row |
|
| FullText Change Tracking On |
|
| Tracked By Cdc |
|
| Published |
|
| Schema Published |
|
| Replicated |
|
| Replication Filter |
|
| Merge Published |
|
| Sync Tran Subscribed |
|
| MS Shipped |
|
| Modify Date | 8/8/2010 5:23:40 PM |
| Create Date | 8/8/2010 5:21:47 PM |
| Name | Value |
|---|---|
| MS_Description | Lookup table containing the languages in which some AdventureWorks data is stored. |
| Column ID | Column Name | Datatype | Nullable | Is Sparse | Is Column Set |
|---|---|---|---|---|---|
| 1 | CultureID | nchar(6) |
|
|
|
| 2 | Name | Name |
|
|
|
| 3 | ModifiedDate | datetime |
|
|
|
| Name | Is System Named | Extended Property Name | Extended Property Value |
|---|---|---|---|
| PK_Culture_CultureID |
|
MS_Description | Primary key (clustered) constraint |
| Name |
|---|
| CultureID |
| Name | Column | Definition | Is System Named | Extended Property Name | Extended Property Value |
|---|---|---|---|---|---|
| DF_Culture_ModifiedDate | ModifiedDate | (getdate()) |
|
MS_Description | Default constraint value of GETDATE() |
| Name | Index Type | Primary Key | Unique | Unique Constraint | Ignore Duplicate Key | Disabled |
|---|---|---|---|---|---|---|
| PK_Culture_CultureID | CLUSTERED |
|
|
|
|
|
| AK_Culture_Name | NONCLUSTERED |
|
|
|
|
|
| Name | Key Index ID | Is Disabled | Is Not For Replication | Is Not Trusted | Delete Action | Update Action | Is System Named | Referencing Object |
|---|---|---|---|---|---|---|---|---|
| FK_ProductModelProductDescriptionCulture_Culture_CultureID | 1 |
|
|
|
No action | No action |
|
Production.ProductModelProductDescriptionCulture |
| Name | Updated | Rows | Rows Sampled | Steps | Density | Average Key Length | String Index | Filter Expression | Unfiltered Rows |
|---|---|---|---|---|---|---|---|---|---|
| PK_Culture_CultureID | Aug 8 2010 5:22PM | 8 | 8 | 8 | 0 | 12 |
|
8 |
| All Density | Average Length | Columns |
|---|---|---|
| 0.125 | 12 | CultureID |
| Range High Key | Range Rows | Estimated Rows | Distinct Range Rows | Avg Range Rows |
|---|---|---|---|---|
| 0 | 1 | 0 | 1 | |
| ar | 0 | 1 | 0 | 1 |
| en | 0 | 1 | 0 | 1 |
| es | 0 | 1 | 0 | 1 |
| fr | 0 | 1 | 0 | 1 |
| he | 0 | 1 | 0 | 1 |
| th | 0 | 1 | 0 | 1 |
| zh-cht | 0 | 1 | 0 | 1 |
| Name | Updated | Rows | Rows Sampled | Steps | Density | Average Key Length | String Index | Filter Expression | Unfiltered Rows |
|---|---|---|---|---|---|---|---|---|---|
| AK_Culture_Name | Aug 8 2010 5:23PM | 8 | 8 | 8 | 0 | 32.25 |
|
8 |
| All Density | Average Length | Columns |
|---|---|---|
| 0.125 | 20.25 | Name |
| 0.125 | 32.25 | Name, CultureID |
| Range High Key | Range Rows | Estimated Rows | Distinct Range Rows | Avg Range Rows |
|---|---|---|---|---|
| Arabic | 0 | 1 | 0 | 1 |
| Chinese | 0 | 1 | 0 | 1 |
| English | 0 | 1 | 0 | 1 |
| French | 0 | 1 | 0 | 1 |
| Hebrew | 0 | 1 | 0 | 1 |
| Invariant Language (Invariant Country) | 0 | 1 | 0 | 1 |
| Spanish | 0 | 1 | 0 | 1 |
| Thai | 0 | 1 | 0 | 1 |
| Script |
|---|
| SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [Production].[Culture]( [CultureID] [nchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Name] [dbo].[Name] NOT NULL, [ModifiedDate] [datetime] NOT NULL ) ON [PRIMARY] EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Primary key for Culture records.' , @level0type=N'SCHEMA',@level0name=N'Production', @level1type=N'TABLE',@level1name=N'Culture', @level2type=N'COLUMN',@level2name=N'CultureID' EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Culture description.' , @level0type=N'SCHEMA',@level0name=N'Production', @level1type=N'TABLE',@level1name=N'Culture', @level2type=N'COLUMN',@level2name=N'Name' EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Date and time the record was last updated.' , @level0type=N'SCHEMA',@level0name=N'Production', @level1type=N'TABLE',@level1name=N'Culture', @level2type=N'COLUMN',@level2name=N'ModifiedDate' EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Lookup table containing the languages in which some AdventureWorks data is stored.' , @level0type=N'SCHEMA',@level0name=N'Production', @level1type=N'TABLE',@level1name=N'Culture' |