单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The instance contains a database named DB1. An application which is continuously connected uses DB1. The application extensively uses the INSERT command and triggers the population of multiple tables. Now you notice that the application has a poor performance. You doubt that this problem has something to do with blocking. You have to monitor the state of the instance at regular intervals while not affecting the application performance further.
Which tool should you use? ()
A.You should use Dynamic Management Views
B.You should use SQL Server Resource Governor
C.You should use SQL Server Profiler
D.You should use Windows System Monitor
相关考题
-
单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. A SQL Server Agent job is failing. You find that the job history information is incomplete and seems to be truncated after you review it. All information produced by a job must be available for viewing. So what action should you perform to achieve this goal? ()
A.You should enable notifications to the Windows application event log when the job completes.
B.You should enable write OEM file
C.You should enable all job steps, making them send the output to a file
D.You should include execution trace messages in the SQL Agent Error log -
单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. TheDB1 database includes spatial data types. On DB1 databse, you have to perform a database consistency check to include the spatial indexes. Besides this, you must make sure that you can reduce the effect on the database concurrency to the least. So which Transact-SQL statement should you run? ()
A.DBCC CHECKCATALOG (DB1);
B.DBCC CHECKALLOC (DB1) WITH TABLOCK;
C.DBCC CHECKDB (DB1) WITH TABLOCK, PHYSICAL_ONLY;
D.DBCC CHECKDB (DB1) WITH EXTENDED_LOGICAL_CHECKS; -
单项选择题
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. When you are absent, a user will use a login named Mary to log in and maintain the database snapshots. The user has to delete the database snapshots for DB1, so you have to give the appropriate permissions to the user. So which database permission should you give the user?()
A.DELETE
B.CONTROL
C.DROP DATABASE
D.ALTER ANY DATASPACE
