Microsoft Provisioning SQL Databases (070-765日本語版) - 070-765日本語 FREE EXAM DUMPS QUESTIONS & ANSWERS

DB1という名前のデータベースをMicrosoft SQL Server 2016にアップグレードします。
ユーザーは、いくつかのクエリのパフォーマンスが低下すると報告しています。 クエリオプティマイザーがクエリが返す行の数を間違って推定していると判断します。
パフォーマンスの問題を解決する必要があります。
Transact-SQLステートメントをどのように完成させるべきですか? 答えるには、Transact-SQLセグメントを正しい場所にドラッグします。 各Transact-SQLセグメントは、1回、複数回、またはまったく使用できません。 コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
Correct Answer:

Explanation:
References:
https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql?view=sql-server-2017
あなたはあなたの会社のデータベース管理者です。あなたの会社には1つの本社と2つの支社があります。 1つのAzure SQL DatabaseサーバーでホストされるDB1、DB2、およびDB3という名前の3つのデータベースを作成することを計画しています。以下の要件があります。
* 本社は3つのデータベースすべてに接続できなければなりません。
* 支社はDB2およびDB3に接続できなければなりません。
* 支店はDB1にアクセスできてはいけません。
DB1に対して透過的データ暗号化(TDE)を構成する必要があります。どの2つのアクションを実行しますか?
それぞれの正しい答えは解決策の一部を表しています。
Correct Answer: A,E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
ContosoDbという名前のMicrosoft SQL Server 2014データベースを管理します。表は展示品のように定義されています。 (展示ボタンをクリックしてください。)

次のXML形式で、CustomerId値が1に設定されているCustomers行のOrdersテーブルから行を表示する必要があります。

どのTransact-SQLクエリを使用しますか?
Correct Answer: A Vote an answer
会社には、すべての会社のデータベースをホストする単一のMicrosoft SQL Serverインスタンスがあります。
SQL Serverには、次の構成要件があります。
* SQL Serverエージェントサービスは、SQLインスタンスで自動的に開始するように構成されています。
*データベースの自動拡張は許可されていません。
* SQL Serverインスタンスには、Webサイトアプリケーションからの注文情報を格納するOrdersという名前のデータベースが含まれています。
*データベースのMaxSizeプロパティは1ギガバイト(GB)に設定されています。
SQL Serverは、Ordersデータベースが使用可能なディスク領域の20%を下回ると、管理者にメールを送信する必要があります。
電子メールアラートを有効にするには、SQL Serverオブジェクトを構成する必要があります。
どのSQL Serverオブジェクトを作成する必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
Correct Answer:

Explanation:
References:
https://solutioncenter.apexsql.com/how-to-be-proactively-alerted-of-sql-server-performance-problems/
Always Encrypted機能を使用するようにテーブルを設定しています。テーブルには、次の表に示すように列が構成されます。

すべての列はAEAD_AES_256_CBC_HMAC_SHA_256アルゴリズムを使用して暗号化されます。値は可能な限り最も安全な方法で格納されます。
ランダム暗号化を使用する必要があるのはどの2つの列ですか正解はそれぞれ完全な解決策を提示します。
注:それぞれ正しい選択は1ポイントの価値があります。
Correct Answer: C,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
既存のデータベーステーブルを変更せずに、各データベースへの書き込みのパフォーマンスを最大化する必要があります。
以下の表で、各データベースに構成する必要があるデータベース設定を確認します。
注:各列で1つだけ選択してください。それぞれ正しい選択は1ポイントの価値があります。
Correct Answer:

Explanation:
DB1: DELAYED_DURABILITY=FORCED
From scenario: Thousands of records are inserted into DB1 or updated each second. Inserts are made by many different external applications that your company's developers do not control. You observe that transaction log write latency is a bottleneck in performance. Because of the transient nature of all the data in this database, the business can tolerate some data loss in the event of a server shutdown.
With the DELAYED_DURABILITY=FORCED setting, every transaction that commits on the database is delayed durable.
With the DELAYED_DURABILITY= ALLOWED setting, each transaction's durability is determined at the transaction level.
Note: Delayed transaction durability reduces both latency and contention within the system because:
* The transaction commit processing does not wait for log IO to finish and return control to the client.
* Concurrent transactions are less likely to contend for log IO; instead, the log buffer can be flushed to disk in larger chunks, reducing contention, and increasing throughput.
DB2: ALLOW_SNAPSHOT_ISOLATION ON and READ_COMMITTED_SNAPSHOT ON
Snapshot isolation enhances concurrency for OLTP applications.
Snapshot isolation must be enabled by setting the ALLOW_SNAPSHOT_ISOLATION ON database option before it is used in transactions.
The following statements activate snapshot isolation and replace the default READ COMMITTED behavior with SNAPSHOT:
ALTER DATABASE MyDatabase
SET ALLOW_SNAPSHOT_ISOLATION ON
ALTER DATABASE MyDatabase
SET READ_COMMITTED_SNAPSHOT ON
Setting the READ_COMMITTED_SNAPSHOT ON option allows access to versioned rows under the default READ COMMITTED isolation level.
From scenario: The DB2 database was migrated from SQLServer 2012 to SQL Server 2016. Thousands of records are updated or inserted per second. You observe that the WRITELOG wait type is the highest aggregated wait type. Most writes must have no tolerance for data loss in the event of a server shutdown. The business has identified certain write queries where data loss is tolerable in the event of a server shutdown.
References:
https://msdn.microsoft.com/en-us/library/dn449490.aspx
https://msdn.microsoft.com/en-us/library/tcbchxcb(v=vs.110).aspx
ある企業がオンプレミスのMicrosoft SQL Server 2017インフラストラクチャを持っています。 SQLインフラストラクチャをサポートするストレージエリアネットワーク(SAN)が最大容量に達しました。
アプリケーションを変更せずにオンプレミスのストレージ使用量を減らすためのソリューションを推奨する必要があります。
あなたは何をするべきか?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Microsoft SQL Server 2014環境を管理します。 SQL Server 2014インスタンスの1つに、Salesという名前のデータベースが含まれています。
SalesをWindows Azure SQL Databaseに移行する予定です。
そのためには、包含データベースを実装する必要があります。
あなたは何をするべきか? (それぞれの正解が解決策の一部を表しています。該当するものをすべて選択してください。)
Correct Answer: D,F Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
ある企業がMicrosoft SQL ServerデータベースをAzureに展開することを計画しています。以下の要件を満たす必要があります。
* リソースは200のデータベース間で共有する必要があります。
* 合計プールストレージは少なくとも2TBをサポートする必要があります
Azure環境を構成し、コストを最小限に抑える必要があります。
何を設定しますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれの正しい答えは一点の価値があります。
Correct Answer:

Reference:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-service-tiers
物理サーバー間でMicrosoft SQLサーバーインスタンスを移行する予定です。
データベースインスタンスに関連付けられているメタデータを移行する必要があります。
新しいインスタンスが既存のジョブと警告を保持するようにする必要があります。
解決策:サービスマスタキーを復元します。
解決策は目標を満たしていますか?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Ordersという名前のWindows Azure SQL Databaseデータベースを管理します。
Orders_Reportingという名前のOrdersのコピーを作成する必要があります。
どのTransact-SQLコマンドを使用しますか?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
あなたはMicrosoft SQL Server 2014サーバーの管理者です。
一部のアプリケーションはかなりのリソースを消費します。リソースを大量に消費するアプリケーションを制限してサーバーのワークロードを管理する必要があるリソースの消費量を動的に制限する必要があります。
あなたは何をするべきか?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10