Use the DBCC INPUTBUFFER command.
Use the sys.dm_exec_query_stats dynamic management view (DMV).
Use the sqldiag utility.
Use the SHOWPLAN session option.
第1题:
You are a database administrator for your company. The company’s financial forecasting application uses a SQL Server 2005 database that enables business users to run both ad hoc and predefined queries. You suspect that some queries consume an excessive amount of server resources. You need to identify which queries consume the most resources. You want to achieve this goal as quickly as possible. What should you do?()
第2题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. You utilize the SP:Recompile event class to run SQL Server Profiler. You find that a great amount of recompiles occurring. The possible causes of the large number of recompiles should be identified. From the flowing four options, which one is the most possible cause of the problem?()
第3题:
You are a database administrator for your company. You are configuring a new SQL Server 2005 computer named SQL1. SQL1 will run Reporting Services. It will also be configured to automatically perform database backups and other maintenance tasks. There are no other SQL Server computers in the network environment. All access to SQL1 will be made by using SQL1s DNS name. You need to disable any unnecessary services on SQL1. Which service or services should you disable?()
第4题:
Decrease the amount of time between transaction log backups.
Configure the database to use the simple recovery model.
Configure the RECOVERY INTERVAL option to be a smaller value.
Run DBCC SHRINKFILE on the transaction log file.
第5题:
To achieve the goal, DBCC DBREINDEX should be utilized.
To achieve the goal, SELECT * FROM sys.indexes should be utilized.
To achieve the goal, SELECT * FROM sys.dm_db_index_physical_stats should be utilized.
To achieve the goal, DBCC INDEXDEFRAG should be utilized.
第6题:
msi
mst
zap
zip
第7题:
Schedule the full backups to run after the nightly index is rebuilt.
Schedule the full backup to run before the nightly index is rebuilt. Schedule a differential backup to run after the nightly index is rebuilt.
Schedule an additional transaction log backup to run after the nightly index is rebuilt.
Schedule a marker to be added to the transaction log before the nightly index is rebuilt.
第8题:
Application Server Control
Oracle Management Service
Oracle Enterprise Manager Repository
Oracle Enterprise Manager Database Control
第9题:
DBCC DBREINDEX
SELECT * FROM sys.dm_db_index_physical_stats
DBCC INDEXDEFRAG
SELECT * FROM sys.indexes
第10题:
Hot backup
Online backup
consistent backup
incremental backup
inconsistent backup
第11题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A user database named Products is included by your SQL Server 2005 computer. SQL Server Integration Services (SSIS) packages are utilized to export data from the Products database to a text file. You deliver the text file to your company’s trading partners by utilizing FTP. You are required to make sure that your SSIS packages can be recovered from the occurrence of a disaster. Which action should be performed to finish the task?()
第12题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as the database administrator for your company. You find a problem that there are three reports which are running slowly. And through detailed analysis, you conclude that no error messages are generated from these reports. Not only the indexing strategy but also the status of the current indexes is tested by you. You confirm that the slow performance of the financial reports is not caused by it. Since you are the technical support, you are required to find out which statement is causing the slow performance. Which action should be performed first?()
第13题:
Decrease the time between transaction log backups of the database.
Delete report snapshot history each week.
Minimize the use of session caching in the reports.
Minimize the use of report snapshots in the reports.
第14题:
Database Control
Management Server
Management Repository
Application Server Control
Oracle Management Agent
第15题:
Information about each Oracle Net connection.
Information about each entry in theLinstener.orafile
Information about the changed done in the database
Information about the different listeners in your system
Information about all thenondatabasefiles required to operate the database
第16题:
To achieve the goal, a Linked Server connection should be configured to the application database.
To achieve the goal, a query should be written, and an OPENQUERY command is utilized by the query.
To achieve the goal, a Remote Server connection to the application database should be configured.
To achieve the goal, a query should be written, and an OPENDATASOURCE command is utilized by the query.
第17题:
Execute the ALTER DATABASE ARCHIVELOG statement
Select ARCHIVELOG option in the database control and restart the database to apply the changes.
Shut down and start the instance, and in the NOMOUNT state execute the ALTER DATABASE ARCHIVELOG statement.
Shut down and start the instance, mount the database, then execute the ALTER DATABASE ARCHIVELOG statement.
第18题:
The sp_executesql batches are not being recovered from the procedure cache.
A database administrator executed UPDATE STATISTICS statements on all tables, and the most common stored procedures reference all the tables.
One new stored procedure is created by a database administrator.
Ad hoc batches are not being recovered from the procedure cache.
第19题:
A stored procedure should be created, and changes are disallowed by the procedure to the Price column that violates company policy.
On the Price column, a check constraint should be created, and a specified minimum value is required by the check constraint.
A trigger should be created, and changes are rolled back by the trigger to the Price column that violates company policy.
On the Price column, a foreign key constraint is created to a table that valid prices are included.