单项选择题
You work in a company which is named Wiikigo Corp. The company 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. At present about 90 GB of data is stored in DB1. You made some rough calculations that every day about 1 GB of data is modified or inserted. You set the recovery model of DB1 to Simple. According to the company requirements, during business hours, data loss of more than 120 minutes worth of transactions is unacceptable. You have to choose a backup strategy which must comply with the following two requirements: Using as little disk space as possible Complying with the company requirements. So what action should you perform to achieve this goal?()
A.A full database backup should be performed once daily. During business hour, a transaction log backup should be performed every two hours.
B.A full database backup should be performed once daily
C.A full database backup should be performed once daily. During business hours, a differential backup should be performed every two hours
D.Perform a full database backup should be performed once every week. A differential backup should be performed once daily. During business hours a transaction log backup should be performed every two hours.
相关考题
-
单项选择题
YouworkinacompanywhichusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.ThereisadatabasenamedDB1intheinstance.YouhavesettherecoverymodelofDB1toFull.Youdeployanewprocess.Theprocessmodifies10,000recordsfromtheAccountstableat18:00everyday.Anymodificationmadebytheprocesstothedatamustberevertedanddatabasekeepsonline.Youmustmakesureofthis.Sowhichstrategyshouldyouimplement?()
A.You should implement Differential backup
B.You should implement Database snapshots
C.You should implement Primary filegroup backup
D.You should implement Transaction log backup -
单项选择题
YouworkinacompanywhichusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.ThereisadatabasenamedDB1intheinstance.Youputforwardadatabasemaintenanceplan.Themaintenanceplanrebuildsindexes,checksdatabaseintegrity,writesareporttoatextfile.Nowthecompanyrequiresthatwhenthemaintenanceplanexecutesabnormally,theoperatorscanbenotifiedbyane-mailmessage.You'vebeenassignedthistask.SoyouhavetomakemodificationsontheSQLServerinstance.Whatshouldyoudo?()
A.For the SQL Server Agent, you should enable a fail-safe operator
B.You should modify the database maintenance plan, making it send an e-mail to the appropriate operators
C.You should modify the database maintenance plan, making it include a Notify Operator task that e-mails the appropriate operators.
D.You should modify the SQL Server Agent job. The job executes the database maintenance plan to notify the appropriate operators. -
单项选择题
YouworkinacompanywhichusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.ThereisasingleDatabaseMailprofile.ReportsaresenttoallthecompanyemployeesbyusingtheMailprofile.Duringofficehours,alargevolumeofreportsaresentbythesp_send_dbmailstoredprocedure.Nowyounoticethatittakesalongtimeforthereportstobesenttothecompanymanager.Asthetechnicalsupport,youhavetospeedupthedelivery.Sowhatactionshouldyouperformtoachievethisgoal?()
A.Another SMTP account should be added to the existing Database Mail profile
B.When you send the reports to the manager, you should use the @importance = high parameter.
C.You should change the Account Retry Attempts option of the Database Mail system properties
D.You should configure a new Database Mail profile. The new one will be used for sending the reports to the manager.
