Low quality sentence examples
보고서 처리기는 런타임에 보고서의 각 데이터 집합에 대한 쿼리를 실행하며 해당 데이터 집합 쿼리에서 결과 집합이 생성되지 않을 수 있습니다. At run time, the report processor runs the query for each dataset in a report and the dataset query may produce no result set.
use the WITH RESULT SETS option to define metadata for the result set.
SQL 실행 태스크에서 결과 집합을 사용하려면 SQL 명령에서 결과 집합을 반환하는지 여부와 결과 집합의 내용을 아는 것만으로는 충분하지 않습니다. Working with result sets in an Execute SQL task is more than just knowing whether the SQL command returns a result set and what that result set contains.
결과 바인딩에 열 이름을 사용하는 경우 태스크에 사용된 결과 집합 이름과 동일한 이름이 포함된 열이 쿼리에서 반환되어야 합니다. If the result bindings use column names, the query must return columns that have the same names as the result set names that are used in the task.
데이터 세트 쿼리에서 데이터를 필터링하려면 결과 집합에서 포함하거나 제외할 값을 지정하여 검색된 데이터를 제한하는 제한 절을 포함합니다. To filter data in the dataset query, you can include a restriction clause that limits the retrieved data by specifying values to include or exclude from the result set.
the modified data will be included in the result set.
읽은 각 행에서 SQL ServerSQL Server는 SELECT 문, 조인 조건자 또는 필터 조건자에 의해 참조된 것처럼 결과 집합에 필요한 열을 검색합니다. From each row that is read, SQL ServerSQL Server then retrieves the columns that are required for the result set, as referenced by a SELECT statement, JOIN predicate, or filter predicate.
시퀀스 트리라고도 하는 쿼리 트리가 작성되어 결과 집합에서 필요로 하는 서식으로 원본 데이터를 변환하는 데 필요한 논리 단계를 정의합니다.A query tree, sometimes referred to as a sequence tree, is built describing the logical steps needed to transform the source data into the format required by the result set.
따라서 이러한 연결 관리자를 사용하는 경우에는 오류가 첫 번째 결과 집합의 일부가 아니면 태스크에서 SQL 명령 또는 저장 프로시저가 반환하는 오류를 무시합니다. Therefore, with these connection managers, the task ignores an error returned by an SQL command or a stored procedure when the error is not part of the first result set.
or when the process of joining two or more tables produces duplicate rows in the result set.
예를 들어 스크립트 태스크의 스크립트는 변수를 읽은 다음 결과 집합의 값을 사용할 수 있으며 XML 원본은 변수에 저장된 결과 집합을 사용할 수 있습니다. For example, a script in a Script task can read the variable and then use the values from the result set or an XML source can consume the result set stored in a variable.
all would be in the result set because each of these can be inflectionally generated from the word drive.
결과 집합의 서식. The format of the result set.
결과 집합 매핑을 추가하려면 클릭합니다. Click to add a result set mapping.
일치하는 행은 결과 집합에 반환됩니다. Matching rows are returned in the result set.
결과 집합에서 중복 행을 제외하려면To exclude duplicate rows from the result set.
이는 단일 행 결과 집합 유형에 적용됩니다. This applies to the Single row result set type.
결과 집합이 출력 매개 변수로 사용되도록 지정합니다. Specifies the result set supported as an output parameter.
이 경우에는 결과 집합이 단일 행으로 구성됩니다. In that case, the result set consists of a single row.
그런 다음 결과 집합의 행에 HAVING 절이 적용됩니다. The HAVING clause is then applied to the rows in the result set.