저장 프로시저 (jeojang peulosijeo) in English translation

Examples of using 저장 프로시저 in Korean and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
이제 저장 프로시저, 트리거 및 사용자 정의 함수를 작성하는 경우 개발자는 일 반 Transact-SQL 을 사용할 것인지 아니면 Visual Basic.
When writing stored procedures, triggers, and user-defined functions, programmers now will have to decide whether to use traditional T-SQL or a.
SQL 문을 동적으로 생성하는 Transact-SQL 스크립트, 저장 프로시저 또는 트리거에 대해서는 이 방법을 사용하는 것이 좋습니다.
This method is recommended for Transact-SQL scripts, stored procedures, or triggers that generate SQL statements dynamically.
동적 Transact-SQLTransact-SQL 문 내에서 테이블 반환 변수를 선언하고 이 변수를 저장 프로시저 및 함수에 테이블 반환 매개 변수로 전달할 수 있습니다.
You can declare table-valued variables within dynamic Transact-SQL statements and pass these variables as table-valued parameters to stored procedures and functions.
예를 들어 저장 프로시저에서 명명된 기본 키 제약 조건을 사용하여 임시 테이블을 만드는 경우 여러 사용자가 동시에 저장 프로시저를 실행할 수 없습니다. For example, if a stored procedure creates a temporary table with a named primary key constraint, the stored procedure cannot be executed simultaneously by multiple users.
For example, if a stored procedure creates a temporary table with a named primary key constraint, the stored procedure cannot be executed simultaneously by multiple users.
저장 프로시저 또는 트리거에서 만드는 로컬 임시 테이블은 저장 프로시저 또는 트리거를 호출하기 전에 만든 임시 테이블과 동일한 이름을 사용할 수 있습니다.A local temporary table created within a stored procedure or trigger can have the same name as a temporary table that was created before the stored procedure or trigger is called.
A local temporary table created within a stored procedure or trigger can have the same name as a temporary table that was created before the stored procedure or trigger is called.
임시 저장 프로시저 및 임시 테이블은 연결 컨텍스트를 한 데이터베이스와 연결한 경우에 만들 수 있으며 컨텍스트를 다른 데이터베이스로 전환한 경우에 참조할 수 있습니다. Variables, GOTO labels, temporary stored procedures, and temporary tables can be created when the connection context is associated with one database, and then referenced when the context has been switched to another database.
temporary stored procedures, and temporary tables can be created when the connection context is associated with one database and then referenced when the context has been switched to another database.
SQL ServerSQL Server 2000에서는 일괄 처리 내의 문이 다시 컴파일을 발생시킬 때마다 저장 프로시저, 트리거, 임시 일괄 처리 또는 준비된 문을 통해 제출되었는지에 관계없이 전체 일괄 처리가 다시 컴파일됩니다.
In SQL Server 2000, whenever a statement within a batch causes recompilation, the whole batch, whether submitted through a stored procedure, trigger, ad-hoc batch, or prepared statement, is recompiled.
이제 저장 프로시저, 트리거 및 사용자 정의 함수를 작성하는 경우 개발자는 일 반 Transact-SQL 을 사용할 것인지 아니면 Visual Basic.
When writing stored procedures, triggers, and user-defined functions, programmers now will have to decide whether to use traditional T-SQL or a. NET language such as Visual Basic.
이러한 메모리 할당 요청의 예로는 확장 저장 프로시저 DLL의 할당, 자동화 프로시저(sp_OA 호출)를 사용하여 만든 개체
Examples of such memory allocation requests include allocations from extended stored procedure DLLs, objects that are created by using Automation procedures(sp_OA calls),
개체가 사용자 정의 함수, 저장 프로시저 또는 트리거에서 선언된 경우에는 함수, 저장 프로시저 또는 트리거가 만들어진 데이터베이스의 기본 데이터 정렬이 할당됩니다. If the object is declared in a user-defined function, stored procedure, or trigger, the object is assigned the default collation of the database in which the function, stored procedure, or trigger is created.
If the object is declared in a user-defined function, stored procedure, or trigger, the object is assigned the default collation of the database in which the function, stored procedure, or trigger is created.
SQL 문을 사용하여 임시 테이블의 결과를 반환하는 저장 프로시저를 호출하는 경우 WITH RESULT SETS 옵션을 사용하여 결과 집합의 메타데이터를 정의합니다. When you use an SQL statement to invoke a stored procedure that returns results from a temporary table, use the WITH RESULT SETS option to define metadata for the result set.
If the SQL statement invokes a stored procedure that returns results from a temporary table, use the WITH RESULT SETS option to define metadata for the result set.
SQL Server 저장 프로시저를 사용 하 여 DataAdapter를 사용 하 여 데이터를 편집 하거나 삭제 하는 경우 저장 프로시저 정의에 SET NOCOUNT ON을 사용 하지 않아야 합니다.
If you are using a DataAdaptor to call a SQL Server stored procedure, to edit data, or to delete data, do not use SETNOCOUNTON in the stored procedure definition.
여러 사용자가 동시에 실행할 수 있는 저장 프로시저 또는 응용 프로그램에서 로컬 임시 테이블을 만드는 경우 데이터베이스 엔진Database Engine은 다른 사용자가 만든 테이블을 구별할 수 있어야 합니다. If a local temporary table is created in a stored procedure or application that can be executed at the same time by several users, the 데이터베이스 엔진Database Engine must be able to distinguish the tables created by the different users.
If a local temporary table is created in a stored procedure or application that can be executed at the same time by several users, the Database Engine must be able to distinguish the tables created by the different users.
마이바티스는 개발자가 지정한 SQL, 저장프로시저 그리고 몇가지 고급 매핑을 지원하는 퍼시스턴스 프레임워크이다.
MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings.
확장 저장 프로시저 API에 대한 참조 항목이 들어 있습니다.
Have familiarity with the extended stored procedure API.
MySQL 및 Microsoft Access 데이터베이스는 저장 프로시저를 지원하지 않습니다.
MySQL and Microsoft Access databases do not support stored procedures.
저장 프로시저를 사용하여 사용자 입력의 유효성을 검사합니다.
Use stored procedures to validate user input.
시작 시 처리되는 저장 프로시저로 인해 업그레이드 프로세스가 중단될 수 있습니다.
Stored procedures processed at startup time may block the upgrade process.
저장 프로시저를 실행하는 SQL 명령도 매개 변수 매핑을 사용할 수 있습니다.
SQL commands that run stored procedures can also use parameter mapping.
이 항목에서는 저장 프로시저를 사용하여 추적을 만드는 방법에 대해 설명합니다.
Describes how to use stored procedures to create a trace.
Results: 209, Time: 0.0442

Word-for-word translation

Top dictionary queries

Korean - English