COMPUTED COLUMN 한국어 뜻 - 한국어 번역

[kəm'pjuːtid 'kɒləm]
[kəm'pjuːtid 'kɒləm]
계산 열
computed column
computed column
the computed column
the computed column

영어에서 Computed column 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Shows the formula for a computed column.
수식 계산 열에 대한 수식을 표시합니다.
A mask cannot be configured on a computed column, butif the computed column depends on a column with a MASK, then the computed column will return masked data.
계산된 열에서는 마스크를 구성할 수 없지만, 계산된 열이 MASK가 포함된 열에 종속되어 있다면 계산된 열은 마스크된 데이터를 반환합니다.A mask cannot be configured on a computed column,but if the computed column depends on a column with a MASK, then the computed column will return masked data.
This column is blank for computed columns.
계산된 열의 경우에는 이 열이 비어 있습니다.
As with key columns, computed columns derived from image, ntext, and text data types can be nonkey(included) columns as long as the computed column data type is allowed as a nonkey index column..
Image, ntext및 text 데이터 형식에서 파생된 계산 열은 계산 열 데이터 형식이 키가 아닌 인덱스 열로 허용되는 한 키가 아닌 열이 될 수 있습니다. Computed columns derived from image, ntext, and text data types can be nonkey columns as long as the computed column data type is allowed as a nonkey index column.
Indexes with Computed Columns.
계산 열의 인덱스Indexes on Computed Columns.
A computed column can be used as a key column in an index or as part of any PRIMARY KEY or UNIQUE constraint if the computed column value is defined by a deterministic expression and the data type of the result is allowed in index columns..
계산 열 값이 결정적 식에 의해 정의되고 결과의 데이터 형식이 인덱스 열에 허용되는 경우에는 계산 열을 인덱스의 키 열이나 PRIMARY KEY 또는 UNIQUE 제약 조건의 일부로 사용할 수 있습니다.A computed column can be used as a key column in an index or as part of any PRIMARY KEY or UNIQUE constraint, if the computed column value is defined by a deterministic expression and the data type of the result is allowed in index columns.
Index on computed column.
계산 열의 인덱스 Indexes on Computed Columns.
You can expose values from JSON column as computed columns.
계산 열을 사용하여 JSON 값 노출 Expose JSON values using computed columns.
Index on computed columns.
계산 열의 인덱스 Indexes on Computed Columns.
SET ANSI_WARNINGS must be ON when you are creating or manipulating indexes on computed columns or indexed views.
계산 열 또는 인덱싱된 뷰에서 인덱스를 만들거나 변경하는 경우에도 SET ANSI_NULLS를 ON으로 설정해야 합니다.
For example, if the table has integer columns a and b, the computed column a+ b can be indexed, but computed column a+ DATEPART(dd, GETDATE()) cannot be indexed because the value may change in subsequent invocations.
예를 들어 테이블에 a와 b라는 정수 열이 있을 때 계산 열 a+b는 인덱싱할 수 있지만 계산 열 a+DATEPART(dd, GETDATE())는 다음 호출 시 값이 바뀌므로 인덱싱할 수 없습니다. For example, if the table has integer columns a and b, the computed column a+b may be indexed, but computed column a+DATEPART(dd, GETDATE()) cannot be indexed because the value may change in subsequent invocations.
Consider creating index on computed columns.
계산 열의 인덱싱을 고려합니다. Consider indexing computed columns.
For example, if the table has integer columns a and b, the computed column a+ b can be indexed, but computed column a+ DATEPART(dd, GETDATE()) cannot be indexed because the value may change in subsequent invocations.
예를 들어 테이블에 열이 정수 는 및 b, 계산된 열 a + b 인덱싱될 수 있지만 계산된 열 a + DATEPART (dd, GETDATE()) 다음 호출에서 값이 변경 될 수 있으므로 인덱싱할 수 없습니다. For example, if the table has integer columns a and b, the computed column a+b may be indexed, but computed column a+DATEPART(dd, GETDATE()) cannot be indexed because the value may change in subsequent invocations.
As part of the SEEK predicate, the partitions to be accessed are identified by a range predicate on the computed column representing the partition ID.
SEEK 조건자의 일부로서 액세스할 파티션이 파티션 ID를 나타내는 계산 열에서 범위 조건자로 식별됩니다. As part of the SEEK predicate, the partitions to be accessed are identified by a range predicate on the computed column representing the partition ID.
A computed column can be used as a key column in an index or as part of any PRIMARY KEY or UNIQUE constraint if the computed column value is defined by a deterministic expression and the data type of the result is allowed in index columns..
계산된 열 계산된 열 값은 결정적 식에 의해 정의 되는 결과의 데이터 형식이 인덱싱된 열에 허용 되는 경우 인덱스의 키 열으로 또는 primary key 또는 unique 제약 조건을의 일부로 사용할 수 있습니다.A computed column can be used as a key column in an index or as part of any primary key or unique constraint, if the computed column value is defined by a deterministic expression and the data type of the result is allowed in indexed columns.
These functions are sometimes not deterministic, but may be used in indexed views or indexes on computed columns when they're specified in a deterministic way.
다음 함수는 항상 결정적이지는 않지만 함수를 결정적인 방식으로 지정하면 인덱싱된 뷰 또는 계산 열의 인덱스에서 사용할 수 있습니다. The following functions are not always deterministic, but can be used in indexed views or indexes on computed columns when they are specified in a deterministic manner.
In the past, this type of key had to be maintained by hand but nowadays you can use a computed column as part or all of any primary key or unique constraint, as long as the computed column value is defined by a deterministic expression and the data type of the result is allowed in index columns..
계산 열 값이 결정적 식에 의해 정의되고 결과의 데이터 형식이 인덱스 열에 허용되는 경우에는 계산 열을 인덱스의 키 열이나 PRIMARY KEY 또는 UNIQUE 제약 조건의 일부로 사용할 수 있습니다.A computed column can be used as a key column in an index or as part of any PRIMARY KEY or UNIQUE constraint, if the computed column value is defined by a deterministic expression and the data type of the result is allowed in index columns.
In the past, this type of key had to be maintained by hand but nowadays you can use a computed column as part or all of any primary key or unique constraint, as long as the computed column value is defined by a deterministic expression and the data type of the result is allowed in index columns..
계산된 열 계산된 열 값은 결정적 식에 의해 정의 되는 결과의 데이터 형식이 인덱싱된 열에 허용 되는 경우 인덱스의 키 열으로 또는 primary key 또는 unique 제약 조건을의 일부로 사용할 수 있습니다.A computed column can be used as a key column in an index or as part of any primary key or unique constraint, if the computed column value is defined by a deterministic expression and the data type of the result is allowed in indexed columns.
For example, computing a Column Pattern profile for a column that contains numeric or datetime values is not meaningful.
예를 들어 숫자 또는 datetime 값을 포함하는 열의 열 패턴 프로필 계산은 의미가 없습니다. For example, computing a Column Pattern profile for a column that contains numeric or datetime values is not meaningful.
결과: 19, 시각: 0.0374

영어 문장에서 "computed column"를 사용하는 방법

The computed column (a*2) parallelizes nicely.
Determinism: The computed column must be deterministic.
Removing this computed column removes the problem.
Including the computed column for average student GPA.
Hash partitioning with computed column Transparent for inserts.
How to Create Computed Column in SQL Server?
Non-persisted computed column value is computed/evaluated at run-time.
Exclude the computed column from the remote schema.
Setting COMPUTES to OFF disables computed column recalculations.
How about if the computed column is Persisted?

한국어 문장에서 "계산 열"를 사용하는 방법

따라서 칼로리 카운터 계산 열 량, 단백질, 탄수화물, 비타민과 다른 영양소 교육 용도로 사용 되어야 합니다.
CLR 사용자 정의 형식 식은 계산 열 정의에서 허용됩니다.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어