Microsoft SQL Server 2016の既定のインスタンスを含む単一のサーバーを管理します。 サーバー上にデータベースの配置を必要とする新しいアプリケーションをインストールする予定です。アプリケーションのログインにはsysadmin権限が必要です。 アプリケーションログインが他の本番データベースにアクセスできないことを確認する必要があります。 あなたは何をするべきか?
正解:B
Explanation SQL Server supports multiple instances of SQL Server on a single server or processor, but only one instance can be the default instance. All others must be named instances. A computer can run multiple instances of SQL Server concurrently, and each instance runs independently of other instances. References: https://msdn.microsoft.com/en-us/library/ms143531(v=SQL.105).aspx