"ストアドプロシージャを" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (ストアドプロシージャを)

Low quality sentence examples

ストアドプロシージャInterBaseのストアドプロシージャを用いれば、サーバーサイド関数をデータベースエンジンに組み込む形でコンパイルでき、更新も容易な、クライアントから呼び出し可能なビジネスロジックを構築できます。
Stored Procedures InterBase Stored procedures allow you to compile server side functions into your database engine that allows easily updatable business logic that clients can call.
ストアドプロシージャをデータベースコンポーネント上で可視化するには、マッピングにデータベースコンポーネントを追加する際に、下に示されるように、明示的に選択する必要があります。
In order for stored procedures to be visible on the database component, you must explicitly select them when adding the database component to the mapping, as shown below.
さらに、メタデータ像をさらに補足するために、1000を超えるデータベースのストアドプロシージャを解析し、埋め込まれているデータ操作ルールおよびマッピング情報を自動抽出したのです。
Additionally, more than 1,000 SQL stored procedures were parsed to automatically extract embedded data-transformation rules and mappings to further enrich the metadata picture.
例えば、他のプロシージャの呼び出しの代わりに直接関したテーブルに挿入することもできます。キーを生成するためにストアドプロシージャを使用する方法を参照してください。
For example, you can perform the insert directly on a related table instead of calling another procedure, see Using Stored Procedures to Generate Keys.
ORMは、開発者がデータベースへのフルアクセス権限を有しており、アクセス制限のあるストアドプロシージャを使用する必要のない場合、より簡単に使用できるようになっている。
The ORMs are much easier to work with if the developer has full access to the database and does not need to worry about working through limited access stored procedures.
キーを生成するためにストアドプロシージャを使用する方法ローカルリレーションを使用して、ストアドプロシージャにより生成されたキー(ID)の一部を挿入する方法について説明されています。
Using Stored Procedures to Generate Keys This example shows you how to insert some key(ID) generated by a stored procedure into another table, with the help of local relations.
データベースから直接データを読み込んだり、データベースのネイティブな言語を使用できたり、前もって記述されたストアドプロシージャを起動したりもしくは、データベース管理チームが前に作成したクエリを張り付けたりできれば理想的です。
It could be ideal to be able to read data directly and use the native language of the database, invoke some stored procedures that have been previously coded, or paste a query that your DBA team has previously created.
さらに、数多くのアプリケーションが共有データベースにアクセスしているような環境では、DBAが調整役となり(トランザクションを適切なかたちで保護するために、ストアドプロシージャを記述する場合もしばしばある)、アプリケーション同士の競合を調停する必要がある。
Plus, for environments where many applications access a shared database, a DBA is needed to coordinate things(and often to write stored procedures with the proper transactional safeguards) to ensure that no applications trample each other.
UbuntuにPostgreSQL9.5をインストールする方法(12.04-15.10)PostgreSQLは、リレーショナルデータベース管理システムです。Python、Java、C/C++などの多くのプログラミング言語でストアドプロシージャをサポートする完全ACID準拠のエンタープライズクラスのデータベースシステムです。Ruby、Perl、またはその。
How to Install PostgreSQL 9.5 on Ubuntu(12.04- 15.10) PostgreSQL is a relational database management system, it is a fully ACID compliant enterprise-class database system with support for stored procedures in many programming languages such as Python, Java, C/C++, Ruby, Perl, or even with its.
MySQL:複数のフィールドをストアドプロシージャ内の複数の変数に選択する。
MySQL: Selecting multiple fields into multiple variables in a stored procedure.
親切な人がストアドプロシージャを手伝います。
Good people help with the stored procedure.
SQLDeveloperでSQLServerストアドプロシージャを実行する方法。
How to Execute SQL Server Stored Procedure in SQL Developer?
Outputパラメータでストアドプロシージャを実行しますか?
Execute stored procedure with an Output parameter?
Dapperでストアドプロシージャを呼び出す方法はありますか?
Is there a way to call a stored procedure with Dapper?
MySQLストアドプロシージャをどのようにデバッグしますか?
How do you debug MySQL stored procedures?
親切な人がストアドプロシージャを手伝います。似ている枝を探す。
Good people help with the stored procedure. Find similar branches.
EntityFrameworkコードはまずストアドプロシージャをサポートしていますか?
Does Entity Framework Code First support stored procedures?
AdventureWorks」データベース内にデモのストアドプロシージャを最初に作成しましょう。
Let us first create the demo stored procedure in the"AdventureWorks" database.
ストアドプロシージャを書くときには型リストが便利です。型リストはそのデータベー。
When writing stored procedures using the"type" list is useful. It contains.
入力パラメーターを持つストアドプロシージャを呼び出す必要がある場合、入力と出力を持つストアドプロシージャを参照してください。
If you need to call a stored procedure with input parameters, see Stored Procedures with Input and Output.