欢迎来到找找范文网!

微软认证模拟试题:SQLServer考题

个人简历下载 时间:2022-08-15

【www.rzshzz.com--个人简历下载】

your company’s s ql server 7 . 0 dat abase i s backed dail y at m i dn i ght. one morni ng you load a large amount of data by using a nonlogged transaction. you then disable the selectinto/bulkcopy ption. what is the easiest way to restore the validity of the transaction logbackup sequence?

    a. create a database backup.

    b. truncate the transaction log.

    c. backup the transaction log.

    d. create a differential database backup.

    answer: d

    you want to improve the performance of a sql server 7.0 database by distributing input/output operations across multiple physical disks. you know which tables and indexesare queried most frequently, and you want to place each of them on a separate disk. how canyou place each of the most frequently queried tables and indexes on its own separate disk?answer: one each disk, create a filegroup consisting of a single file and place each table andindex in its own filegroup.you are planning to use sql server profiler to debug and optimize queries and applicationsin sql server 7.0. you want to be able to use sql server query-processing tools analyze thedata captured by profiler. where should you save the event data that will be captured by the profiler trace?

    a. in a text file

    b. in a windows nt application log

    c. in the trace definition file.

    d. in a sql server table

    answer: d

    notice: if you want to use sql server query processing tools to analyze the captured data, thenyou should save the event data to a table.you must perform multiple identical installations of sql server 7.0 in remote branches ofyour company that are not connected to the central office. the network administrators in thebranches have not been trained to install sql server 7.0. how can you facilitate theinstallations so that most of the work will be done automatically?answer: run sql server setup interactively to install sql server on a computer in the centraloffice. during installation, assign the mssqlserver and sqlserveragent services to the localsystem user account send the iss file to the branches.your company is using sql server 7.0 store corporate business data on a windows nt server computer. to assess disk space requirements and to optimize disk space usage you want to know how often new data is record in database, what tool will provide you with information about the frequency of write operations:

    answer: windows nt performance monitor

    you are the sql server 7.0 administrator for your company. you want to identify all errors in the sales database, but repair only the allocation errors, which two of the following statements should you issue to identify all errors and repair only all allocation errors? (choose two answers)

    answer:

    dbcccheckdb(‘sal es?& dbcc checkalloc ?`sales’repair_allow_data_loss ?/p>

    you provide technical support to companies that use sql server 7.0. a customer reportsthat there is a problem, and you are asked to investigate it. you want to capture a trace insql server profiler. what are the minimum permissions that you must have at thecustomer’s s ql server co mput er t o be ab l e t o creat e and capt ure a profil er traceanswer: you must have the exec permission for the profiler extended stored procedures.you are running a web site, you want accounting who is accessing specific tables. whichshould you use performance monitor to monitor?

    a. connect event, execution plan event, service control event, sql username, nt user name.

    b. attention event, exec prepared sql event, sql username, nt user name

    c. connect event, disconnect event, existingconnection event, nt user name

    d. object: opened event, sql user name, nt user name.

    answer: d

the departmental server has full text search implemented on its sql server database. currently both the full text database and the database files reside on the same logical drive. you do not want the full text indexing to use more than 25% of the available drive space because you want to allow space for dynamic expansion of the data files. you want to be able to remotely monitor the amount of space in use by the catalogs. how should you remotely monitor the space usage with a minimum number of additional administrative steps?

    a. use the windows nt performance monitor to connect to the server and to monitor the size of the microsoft search catalog

    b. create a scheduled job to regularly monitor the size of the full text indexes and send the result to your e-mail address

    c. create a batch file to monitor the size of full text indexes and send the result to you vianetwork message. use the windows nt scheduler service to schedule the batch file to run

regularly

    d. create a batch file to monitor the size of the full text indexes and send the result to you via network message. create a scheduled job to run the batch file regularly.

    answer: a

    you are a sql server 7.0 system administrator for you company. to provide users with full text search capabilities, you create a full text catalog and enable full text indexing for specific tables in a database. from your windows nt workstation computer, you want to remotely monitor the size of the full text catalog on windows nt server computer that is running sql server. which of the following tools is the most convenient to use for monitor the full text catalog?

    a. performance monitor

    b. query analyzer

    c. the sp_monitor system stored procedure

    d. sql server profiler.

    answer: a

    notice: to obtain real-time information about the size of a specific full-text catalog, you can continuously monitor the appropriate instance of the microsoft search indexer catalogs you load a lot data into your database, then you find that the space for log is almost full, how can you do to ensure the restore: (choose all that apply)

    a. make a full backup

    b. make a differential backup

    c. backup the transaction log with the default options

    d. backup the transaction log with truncate only

    answer: a, d

    the engine manufacturing application records data about all the engines that are manufactured at your plant, the database contains approximately 500 million records and is approximately 50gb in size. the database increases by 1000 records per day. you want to accomplish the following goals:

    1. minimize the time required to recover the database

    2. provide the ability to recover the database to a specific time

    3. minimize the number of transaction logs that need to be during recovery

    4. minimize the time required to backup the database

    you take the following actions:1. schedule a full database backup of the entire database to occur every sunday at am 1:00    2. schedule transaction log backup to occur every day at p.m which result or results do these action produce? ( choose all that apply )

    a. the time required to recover the database is minimized

    b. the database can be recovered to a specific time.

    c. the number of transaction logs that need to be applied during recovery is minimized

    d. the time required to backup the database is minimized

    answer: b, d

    you check the free space on a log file and run a backup log with no_log on a database that is a publisher for transactional replication. you check the free space after running this command and note that free space has not changed. what is the most likely reason that free space has not changed?

    a. the distributor database is full

    b. log reader agent has stopped

    answer: b

    you have 2 tables, t1 & t2, gi should be able to update t1, g2 should be only able to select from t1 and third group g3 able to select and update on t2. the question is how manyapplication roles do you need?

    answer: 3

    sales representatives use portable computers. they need to implement replication scenario so that the sales representatives can enter the orders. you want to minimize network traffic:

    a. transactional

    b. snapshot with pull

    c. snapshot with push

    d. merge

    answer: b

本文来源:http://www.rzshzz.com/gerenjianli/256078/

推荐内容