Microsoft Developing Microsoft SQL Server Databases (70-464日本語版) - 70-464日本語 Free Exam Questions

QUESTION NO: 1
あなたはストアドプロシージャusp_LookupConcurrentUsersを変更する必要があります。
あなたは何をすべきか。

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 2
SQL Serverデータベースがあります。
復旧モデルはfullに設定されています。 トランザクションログは毎晩バックアップされます。
あなたは、トランザクションログのサイズが決して小さくならないことを発見しました。
トランザクションログに対してDBCC SHRINKFILEステートメントを実行すると、トランザクションログに影響がないことがわかります。
トランザクションログのサイズを確実に減らすことができるようにする必要があります。
あなたは最初に何をすべきですか?

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 3
あなたはDatabase1という名前のデータベースを持っています。Database1はProc1とProc2という名前の2つのストアドプロシージャとTable1という名前のテーブルを持っています。Table1は数百万行を持っています。
Table1にProc1データを更新します。Proc2はTable1からデータを読み出します。
あなたはProc1が4,000人以上の行を更新するために実行されると、Proc2がブロックされていることを発見します。本はProc1によって更新されていないものも含めて、すべての行に影響を与えます。
あなたはProc1が実行しているとき、Proc2がProc1を更新はされていないと、Table1のデータにアクセスすることができます。
あなたはProc1を変更するために何をすべきか。
複数の回答の選択肢は目標を達成することができます。最もよい答えを選択してください。

Correct Answer: A Vote an answer
QUESTION NO: 4
あなたはSQL Server2012がインストールされているサーバがあります。
あなたはパラレル実行計画がシリアルで実行されているかを特定する必要があります。
どのツールを使うべきか。

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 5
あなたは次のコードを実行しています:

クエリの実行プランは展示に示されています。 (展示ボタンをクリックします。)

あなたはキー参照を防ぐ必要があります。
あなたは何を修正する必要がありますか。
複数の回答の選択肢は目標を達成することができます。最もよい答えを選択してください。

Correct Answer: D Vote an answer
QUESTION NO: 6
次のコードセグメントを実行します。

Customersに10,000行を追加すると、インデックスが断片化していることがわかります。
最短時間でインデックスを最適化する必要があります。
どのコードセグメントを実行しますか?
回答するには、回答領域のコードセグメント内の正しい位置に適切な値をドラッグします。 (答えの選択肢は、一度だけ、二度以上、またはまったく使用されないかもしれません。)
Correct Answer:

Explanation:
Note:
Locking the table during the process and not recomputing statistics would be the fastest.
* Online = OFF
Table locks are applied for the duration of the index operation. An offline index operation that creates, rebuilds, or drops a clustered, spatial, or XML index, or rebuilds or drops a nonclustered index, acquires a Schema modification (Sch-M) lock on the table. This prevents all user access to the underlying table for the duration of the operation. An offline index operation that creates a nonclustered index acquires a Shared (S) lock on the table. This prevents updates to the underlying table but allows read operations, such as SELECT statements.
* STATISTICS_NORECOMPUTE = ON
Out-of-date statistics are not automatically recomputed.
QUESTION NO: 7
あなたは.NET Framework ProcessProductsコンポーネントを使用するようにデータベースを準備する必要があります。あなたはどのコードセグメントを実行すべきか。(全ての正しい答えはソリューションの一部を紹介する。該当することをすべて選択する。)

Correct Answer: B,C,D,G Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 8
UserActivityテーブルを設計する必要があります。
どの3つのステップを順番に実行しますか? 答えるには、適切な3つの動作を動作のリストから解答領域に移動し、それらを正しい順序で並べます。
Correct Answer:

1 - Create a clustered columnstore index.
2 - Create a partitioning scheme for use by the table.
3 - Use an ALTER INDEX REORGANIZE on a specific partition.
Explanation:
Note:
* Creating a partitioned table or index typically happens in four parts:
Create a filegroup or filegroups and corresponding files that will hold the partitions specified by the partition scheme.
Create a partition function that maps the rows of a table or index into partitions based on the values of a specified column.
Create a partition scheme that maps the partitions of a partitioned table or index to the new filegroups.
Create or modify a table or index and specify the partition scheme as the storage location.
* Reorganizing an index uses minimal system resources.
* From scenario:
/ The index maintenance strategy for the UserActivity table must provide the optimal structure for both maintainability and query performance.
/ The CoffeeAnalytics database will combine imports of the POSTransaction and MobileLocation tables to create a UserActivity table for reports on the trends in activity. Queries against the UserActivity table will include aggregated calculations on all columns that are not used in filters or groupings.
/ When the daily maintenance finishes, micropayments that are one week old must be available for queries in UserActivity table but will be queried most frequently within their first week and will require support for in-memory queries for data within first week.
The maintenance of the UserActivity table must allow frequent maintenance on the day's most recent activities with minimal impact on the use of disk space and the resources available to queries. The processes that add data to the UserActivity table must be able to update data from any time period, even while maintenance is running.
* Columnstore indexes work well for mostly read-only queries that perform analysis on large data sets. Often, these are queries for data warehousing workloads. Columnstore indexes give high performance gains for queries that use full table scans, and are not well-suited for queries that seek into the data, searching for a particular value.
QUESTION NO: 9
あなたはusp_ExportOpeningsストアドプロシージャのパフォーマンスの問題を解決する必要があります。ソリューションは使用されているハード·ディスク·スペースの量を最小限に抑える必要があります。
どのステートメントはDB1上で実行する必要がありますか。

Correct Answer: C Vote an answer
QUESTION NO: 10
100万行を含むTable1という名前のテーブルがあります。 Table1には、機密情報を格納するColumn1という名前の列が含まれています。 Column1はnvarchar(16)データ型を使用します。 Cert1という名前の証明書があります。
Column1からのデータの暗号化バージョンを含むColumn2という名前の列を追加する必要があります。 双方向暗号化を使用する必要があります。 Column2を作成した後にColumn1を削除する予定です。
Column1を削除する前に、5つのTransact-SQLステートメントを順番に実行する必要がありますか? 回答するには、適切なTransact-SQLステートメントをTransact-SQLステートメントのリストから回答領域に移動し、正しい順序に並べます。
注:複数の順序の回答選択が正しいです。 あなたが選択した任意の正しい注文のためのクレジットを受け取ります。
Correct Answer:

Explanation:
References:
https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/encrypt-a-column-of-data?view=sql-server-2017
https://docs.microsoft.com/en-us/sql/t-sql/statements/close-symmetric-key-transact-sql?view=sql-server-2017
QUESTION NO: 11
あなたは3つの列を含むRoomsという名前のテーブルがあります。あなたは次のクエリを実行します:

あなたは展示に示す実行計画を発見します。(展示ボタンをクリックします。)

You need to recommend a solution to reduce the amount of time it takes to execute the query.
あなたは何をすべきか。
複数の回答の選択肢は目標を達成することができます。最もよい答えを選択してください。
クエリを実行することにかかる時間を短縮するためのソリューションを推薦する必要があります。あなたは何をすべきか。 複数の答えの選択肢はこの目標を達成することができるかもしれません。一番良いの答えを選択します。

Correct Answer: B Vote an answer
QUESTION NO: 12
あなたはアップロード要件に対応するソリューションを実装する必要があります。どのコードセグメントは変換アセンブリを実装するために使用する必要がありますか。

Correct Answer: C Vote an answer
QUESTION NO: 13
あなたは並行性の問題を満たすソリューションを勧める必要があります。
あなたは勧告で何を含めるべきか。

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 14
あなたは次のコードを実行することを計画しています:

あなたはコードを実行した後にいくつの行がdbo.Table1になることを識別する必要があります。いくつの行数を識別する必要がありますか。

Correct Answer: A Vote an answer
QUESTION NO: 15
あなたのネットワークはインストールされているSQL Server2014サーバーが含まれています。次のスクリプトを使用してテーブルを作成します:

あなたはProductNameとProductManufacturerの各組み合わせが重複していないことを確認するためのソリューションを勧める必要があります。
あなたは作成で何を勧告すべきか。

Correct Answer: D Vote an answer

QUALITY AND VALUE

Actual4test Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.

Tested and Approved

We are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.

Easy to Pass

If you prepare for the exams using our Actual4test testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.

Try Before Buy

Actual4test offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.